From f077b655d01364275c1f8944aee0a0ed2d530245 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 21 Jun 2004 05:37:40 -0400 Subject: pricing fixes, added price command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0a23e21a..672961ff 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ OBJS = $(patsubst %.cc,%.o,$(CODE)) CXX = g++ CFLAGS = #-Wall -ansi -pedantic DFLAGS = -O3 -fomit-frame-pointer -DFLAGS = #-g -DDEBUG=1 +#DFLAGS = -g -DDEBUG=1 INCS = -I/sw/include -I/usr/include/gcc/darwin/3.3/c++ -I/usr/include/gcc/darwin/3.3/c++/ppc-darwin LIBS = -L/sw/lib -lgmpxx -lgmp -lpcre -- cgit v1.2.3