first real commit for the random stuff
This commit is contained in:
14
RandomStuff/Makefile
Normal file
14
RandomStuff/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# Fortraneries by tTh -
|
||||
#
|
||||
|
||||
all: essai displaykinds
|
||||
|
||||
# -----------------------------------------------------
|
||||
|
||||
essai: essai.f90 Makefile
|
||||
gfortran -Wall $< -o $@
|
||||
|
||||
displaykinds: displaykinds.f90 Makefile
|
||||
gfortran -Wall $< -o $@
|
||||
|
||||
Reference in New Issue
Block a user