Fortraneries/GrafAnim/Makefile

13 lines
217 B
Makefile
Raw Normal View History

2022-10-28 22:18:39 +02:00
#
# Fortraneries by tTh - Graf Anim
#
2022-11-13 23:47:45 +01:00
GFOPT = -Wall -Wextra -g -time
2022-10-28 22:18:39 +02:00
essai: essai.f90 usegenplot.o Makefile
gfortran $(GFOPT) $< usegenplot.o -o $@
usegenplot.o: usegenplot.f90 Makefile
gfortran $(GFOPT) -c $<