premiere testouille
This commit is contained in:
@@ -8,3 +8,11 @@ GFOPT = -Wall -Wextra -time -g -O
|
||||
|
||||
spitpgm.o: spitpgm.f90 Makefile
|
||||
gfortran $(GFOPT) -c $< -o $@
|
||||
|
||||
#
|
||||
# programmes de testouille
|
||||
#
|
||||
|
||||
chkpixels: chkpixels.f90 Makefile spitpgm.o
|
||||
gfortran $(GFOPT) $< spitpgm.o -o $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user