X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=blobdiff_plain;f=Makefile;h=83a14b6cf11f135ee76cccba52921c99745ba3da;hp=28fd2b19ca840a6f8eb083e55801d3986be68564;hb=e1080fc0dd66b0cf5b7715c5e99e7a34ac04a8cf;hpb=e84546faff88301a68958b58f66f546b03294503 diff --git a/Makefile b/Makefile index 28fd2b1..83a14b6 100644 --- 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)