Fortraneries/RandomStuff/Makefile

15 lines
232 B
Makefile
Raw Normal View History

2022-05-23 21:23:21 +11:00
#
# Fortraneries by tTh -
#
all: essai displaykinds
# -----------------------------------------------------
essai: essai.f90 Makefile
gfortran -Wall $< -o $@
displaykinds: displaykinds.f90 Makefile
gfortran -Wall $< -o $@