added pair correlation calc code
[physik/posic.git] / Makefile
index 0e7b122..73645df 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