the genp module can now run the renderer
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,11 +1,15 @@
|
||||
#
|
||||
|
||||
all: spirale.png
|
||||
all: testbed
|
||||
|
||||
# -----------------------------------------------
|
||||
|
||||
genplotting.o: genplotting.f90 Makefile
|
||||
gfortran -Wall -c $<
|
||||
|
||||
testbed: testbed.f90 Makefile genplotting.o
|
||||
gfortran -Wall $< genplotting.o -o $@
|
||||
|
||||
# -----------------------------------------------
|
||||
|
||||
starfield: starfield.f90 Makefile genplotting.o
|
||||
|
||||
Reference in New Issue
Block a user