X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=Makefile;h=ebad7e3edb0ea3083fc8e0ac6755a26fda7193e9;hb=acdd9a6aa72f3692ccd03cc0df20e3d60555f555;hp=3e31459bd7ab9004a79c9e9a1f21a5c096fbdf4b;hpb=296a35b943e922173ce648ec76a4472e287af108;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index 3e31459..ebad7e3 100644 --- a/Makefile +++ b/Makefile @@ -6,12 +6,14 @@ CFLAGS+=-ffloat-store CFLAGS+=-g #CFLAGS+=-DDEBUG #CFLAGS+=-DVDEBUG +#CFLAGS+=-DTERSOFF_ORIG LDFLAGS=-lm -SOURCE=moldyn.c visual/visual.c random/random.c +SOURCE=moldyn.c visual/visual.c random/random.c list/list.c -POT_SRC=potentials/tersoff.c potentials/lennard_jones.c -POT_SRC+= potentials/harmonic_oscillator.c +#POT_SRC=potentials/tersoff_orig.c +POT_SRC=potentials/tersoff.c +POT_SRC+= potentials/lennard_jones.c potentials/harmonic_oscillator.c all: sic