X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=Makefile;h=bba7d4e9c2109b4043487d292f3a8301364f52d8;hb=0d2926a23ea7bbf7654da88770c827ad041357a5;hp=8f0d97c393c26476326d605504f1cc7e12b832e4;hpb=ab49ee162e11085726694b943ae52544b278e31d;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index 8f0d97c..bba7d4e 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,9 @@ DEPS = moldyn.o visual/visual.o random/random.o list/list.o DEPS += potentials/lennard_jones.o potentials/harmonic_oscillator.o DEPS += potentials/tersoff.o potentials/albe.o -all: sic fluctuation_calc postproc +all: posic sic fluctuation_calc postproc + +posic: $(DEPS) sic: $(DEPS) @@ -24,4 +26,4 @@ postproc: $(DEPS) .PHONY:clean clean: - rm -f sic postproc fluctuation_calc + rm -vf sic postproc fluctuation_calc *.o */*.o