add rotation, need more tests
This commit is contained in:
7
Makefile
7
Makefile
@@ -7,8 +7,11 @@ all: testbed
|
||||
genplotting.o: genplotting.f90 Makefile
|
||||
gfortran -Wall -c $<
|
||||
|
||||
testbed: testbed.f90 Makefile genplotting.o
|
||||
gfortran -Wall $< genplotting.o -o $@
|
||||
genp_tests.o: genp_tests.f90 genplotting.o Makefile
|
||||
gfortran -Wall -c $<
|
||||
|
||||
testbed: testbed.f90 Makefile genp_tests.o genplotting.o
|
||||
gfortran -Wall $< genplotting.o genp_tests.o -o $@
|
||||
|
||||
# -----------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user