first run of readpicz

This commit is contained in:
tTh
2024-02-27 01:22:18 +01:00
parent 764d7343f2
commit d76861a4e4
4 changed files with 64 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ wavmetrics.o: wavmetrics.f90 Makefile
soundscope: soundscope.f90 Makefile utils_ga.o
gfortran $(GFOPT) $< $(MYLIB) utils_ga.o -o $@
readpicz: readpicz.f90 Makefile utils_ga.o
gfortran $(GFOPT) $< $(MYLIB) utils_ga.o -o $@
# ---- modules locaux ----
usegenplot.o: usegenplot.f90 Makefile