winter is coming

This commit is contained in:
tTh
2023-10-10 22:08:50 +02:00
parent 098b12cd61
commit 462d24b717
4 changed files with 87 additions and 39 deletions

View File

@@ -8,7 +8,7 @@ GFOPT = -Wall -Wextra -g -I.
all: chkpixels trnd t
# -----------------------------------------------
# ---------------------------------------------------------
spitpgm.o: spitpgm.f90 Makefile
gfortran $(GFOPT) -c $<
@@ -31,8 +31,7 @@ mathstuff2.o: mathstuff2.f90 Makefile
noisepictures.o: noisepictures.f90 Makefile
gfortran $(GFOPT) -c $<
#
#----------------------------------------------------------
# making a fluffy archive
#
OBJECTS = spitpgm.o pixrgb.o \
@@ -43,7 +42,7 @@ OBJECTS = spitpgm.o pixrgb.o \
libtth90modules.a: $(OBJECTS) Makefile
$(AR) rs $@ $?
#
#----------------------------------------------------------
# programmes de testouille
#