need more work...

This commit is contained in:
tTh
2022-12-20 13:04:30 +01:00
parent c0d8ee443f
commit 24cb13ad19
2 changed files with 6 additions and 3 deletions

View File

@@ -42,6 +42,9 @@ voxelize: voxelize.f90 Makefile $(OBJDEP)
lorentz: lorentz.f90 Makefile $(OBJDEP)
gfortran $(GFOPT) $< $(OBJS) -o $@
mkmandel: mkmandel.f90 Makefile $(OBJDEP)
gfortran $(GFOPT) $< $(OBJS) -o $@
# ---------------------------------------------
lorentz.pgm: lorentz Makefile