some initial foo checkin of posic (posic reimplemantation)
[physik/posic.git] / Makefile
index 8f0d97c..abffa6d 100644 (file)
--- 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)