]> www.hackdaworld.org Git - physik/posic.git/blobdiff - Makefile
added pair correlation calc code
[physik/posic.git] / Makefile
index 0e7b1228cd17cacbffb916c17c6d36613190942a..73645df0606362e59a2d6259400aefb0fc79edf1 100644 (file)
--- 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