add a new useless graphic
This commit is contained in:
10
Makefile
10
Makefile
@@ -28,6 +28,16 @@ randomwalk.png: randomwalk Makefile
|
||||
|
||||
# -----------------------------------------------
|
||||
|
||||
oscilloscope: oscilloscope.f90 Makefile genplotting.o
|
||||
gfortran -Wall $< genplotting.o -o $@
|
||||
|
||||
oscilloscope.png: oscilloscope Makefile
|
||||
./oscilloscope
|
||||
genplot2 -s 512x512 WS/oscilloscope.scratch a.tga
|
||||
convert a.tga $@
|
||||
|
||||
# -----------------------------------------------
|
||||
|
||||
spirale: spirale.f90 Makefile genplotting.o
|
||||
gfortran -Wall $< genplotting.o -o $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user