more debug

This commit is contained in:
tth
2022-05-23 11:11:09 +02:00
parent 0f92d09d5e
commit 67ea2613e6
7 changed files with 85 additions and 27 deletions

View File

@@ -4,7 +4,7 @@
GOPT = -Wall -Wextra -time -g
all: panoramix genwaves
all: panoramix genwaves essai
# ----------------------------------------------------------
#
@@ -16,6 +16,10 @@ FLIBS = soundbrotch.o
soundbrotch.o: soundbrotch.f90 Makefile
gfortran $(GOPT) -c $<
# some test...
essai: essai.f90 Makefile $(FLIBS)
gfortran $(GOPT) $< $(FLIBS) -o $@
# main proggies
panoramix: panoramix.f90 Makefile $(FLIBS)
gfortran $(GOPT) $< $(FLIBS) -o $@