renaming a non-working software

This commit is contained in:
tTh
2023-01-03 01:19:39 +01:00
parent da56a6d0c0
commit 0e73e47272
3 changed files with 37 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
all: voxelize evolvopick pickover mkjulia lorentz essai \
mkmandel
all: essai voxelize evolvopick pickover \
mkjulia mklorentz mkmandel
GFOPT = -Wall -Wextra -time -g -Imods/ -I../Modules
@@ -53,7 +53,7 @@ evolvopick: evolvopick.f90 Makefile $(OBJDEP)
voxelize: voxelize.f90 Makefile $(OBJDEP)
gfortran $(GFOPT) $< $(OBJS) -o $@
lorentz: lorentz.f90 Makefile $(OBJDEP)
mklorentz: mklorentz.f90 Makefile $(OBJDEP)
gfortran $(GFOPT) $< $(OBJS) -o $@
mkmandel: mkmandel.f90 Makefile $(OBJDEP)
@@ -61,8 +61,8 @@ mkmandel: mkmandel.f90 Makefile $(OBJDEP)
# ---------------------------------------------
lorentz.pgm: lorentz Makefile
./lorentz $@ > /dev/null
lorentz.pgm: mklorentz Makefile
./mklorentz $@ > /dev/null
pickover.pgm: pickover Makefile
./pickover $@ > /dev/null