float-store bugfix (unstatisfying!) + slightly new design of sic.c
[physik/posic.git] / Makefile
index 28fd2b1..83a14b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,8 @@ CFLAGS += -DDSTART=400 -DDEND=600
 #CFLAGS += -DVDEBUG
 #CFLAGS += -DTERSOFF_ORIG
 
-LDFLAGS=-lm
+LDFLAGS = -lm
+#LDFLAGS += -lefence
 
 DEPS = moldyn.o random/random.o list/list.o
 DEPS += potentials/lennard_jones.o potentials/harmonic_oscillator.o
@@ -23,7 +24,7 @@ all: posic sic fluctuation_calc postproc pair_correlation_calc
 
 posic: $(DEPS)
 
-sic: $(DEPS)
+sic: $(DEPS) config.h
 
 postproc: $(DEPS)