added static lists (but: glibc double free prob (for both lists!))
[physik/posic.git] / Makefile
index 73645df..de46da4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ CFLAGS += -g
 #CFLAGS += -ffloat-store
 
 CFLAGS += -DALBE
+CFLAGS += -DSTATIC_LISTS
 #CFLAGS += -DDEBUG
 CFLAGS += -DDSTART=400 -DDEND=600
 #CFLAGS += -DVDEBUG
@@ -29,4 +30,4 @@ pair_correlation_calc: $(DEPS)
 
 .PHONY:clean
 clean:
-       rm -vf sic postproc fluctuation_calc *.o */*.o
+       rm -vf sic postproc fluctuation_calc pair_correlation_calc *.o */*.o