noisepic: first release

This commit is contained in:
tTh
2023-05-07 10:33:43 +02:00
parent 9049534157
commit 5577bd1767
3 changed files with 77 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ trigofest: trigofest.f90 Makefile vue3axes.o utils_ga.o
gfortran $(GFOPT) $< ../Modules/pixrgb.o ../Modules/spitpgm.o \
utils_ga.o -o $@
noisepic: noisepic.f90 Makefile
gfortran $(GFOPT) $< ../Modules/spitpgm.o -o $@
# ---- modules locaux
usegenplot.o: usegenplot.f90 Makefile