more debug
This commit is contained in:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user