OK boomer

This commit is contained in:
tTh
2022-11-22 08:58:56 +01:00
parent ecfcef2303
commit 8535ba09d9
5 changed files with 53 additions and 15 deletions

View File

@@ -7,6 +7,9 @@ GFOPT = -Wall -Wextra -g -time
essai: essai.f90 usegenplot.o Makefile
gfortran $(GFOPT) $< usegenplot.o -o $@
doubledice: doubledice.f90 usegenplot.o Makefile
gfortran $(GFOPT) $< usegenplot.o -o $@
usegenplot.o: usegenplot.f90 Makefile
gfortran $(GFOPT) -c $<