add the circles factory
This commit is contained in:
13
Makefile
13
Makefile
@@ -15,6 +15,19 @@ testbed: testbed.f90 Makefile genplotting.o
|
||||
rndwlkng: rndwlkng.f90 Makefile genplotting.o
|
||||
gfortran -Wall $< genplotting.o -o $@
|
||||
|
||||
rndwlkng.png: rndwlkng Makefile
|
||||
./rndwlkng
|
||||
convert rndwlkng.png rndwlkng.png
|
||||
|
||||
# -----------------------------------------------
|
||||
|
||||
morecircles: morecircles.f90 Makefile genplotting.o
|
||||
gfortran -Wall $< genplotting.o -o $@
|
||||
|
||||
morecircles.png: morecircles Makefile
|
||||
./morecircles
|
||||
convert morecircles.tga morecircles.png
|
||||
|
||||
# -----------------------------------------------
|
||||
|
||||
starfield: starfield.f90 Makefile genplotting.o
|
||||
|
||||
Reference in New Issue
Block a user