some changes (still invalid pointer freed!)
[physik/posic.git] / Makefile
index 73645df..28fd2b1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,13 @@
 CC = gcc
 
 CFLAGS = -Wall
+#CFLAGS += -Wextra -pedantic
 CFLAGS += -O3
 CFLAGS += -g
 #CFLAGS += -ffloat-store
 
 CFLAGS += -DALBE
+#CFLAGS += -DSTATIC_LISTS
 #CFLAGS += -DDEBUG
 CFLAGS += -DDSTART=400 -DDEND=600
 #CFLAGS += -DVDEBUG
@@ -29,4 +31,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