From c9e778152687b08b5f2126427d940b75f3d96872 Mon Sep 17 00:00:00 2001 From: hackbard Date: Wed, 13 Feb 2008 01:07:10 +0100 Subject: [PATCH] added DATOM definition --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 83a14b6..76ed2d2 100644 --- a/Makefile +++ b/Makefile @@ -7,11 +7,13 @@ CFLAGS += -g #CFLAGS += -ffloat-store CFLAGS += -DALBE +#CFLAGS += -DTERSOFF_ORIG + #CFLAGS += -DSTATIC_LISTS -#CFLAGS += -DDEBUG -CFLAGS += -DDSTART=400 -DDEND=600 + +CFLAGS += -DDEBUG +CFLAGS += -DDSTART=19 -DDEND=40 -DDATOM=5832 #CFLAGS += -DVDEBUG -#CFLAGS += -DTERSOFF_ORIG LDFLAGS = -lm #LDFLAGS += -lefence -- 2.20.1