X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=73645df0606362e59a2d6259400aefb0fc79edf1;hb=dff2917d22ed07707d222bc10fab7370356699dc;hp=0e7b1228cd17cacbffb916c17c6d36613190942a;hpb=799fb13ad0a987bacfd259bfc34ba3c4703dd402;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index 0e7b122..73645df 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ DEPS = moldyn.o random/random.o list/list.o DEPS += potentials/lennard_jones.o potentials/harmonic_oscillator.o DEPS += potentials/tersoff.o potentials/albe.o -all: posic sic fluctuation_calc postproc +all: posic sic fluctuation_calc postproc pair_correlation_calc posic: $(DEPS) @@ -25,6 +25,8 @@ sic: $(DEPS) postproc: $(DEPS) +pair_correlation_calc: $(DEPS) + .PHONY:clean clean: rm -vf sic postproc fluctuation_calc *.o */*.o