From 9d5172792af05321a05e63b186f477c2af93b2ea Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 1 Oct 2003 05:04:37 +0000 Subject: Added support for dynamic downloading of stock quote information. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index de1c0fc1..0cffe073 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ endif OBJS = $(patsubst %.cc,%.o,$(CODE)) -CFLAGS = -Wall -ansi -pedantic -DHUQUQULLAH=1 +CFLAGS = -Wall -ansi -pedantic -DDEFAULT_COMMODITY="\"\$$\"" -DHUQUQULLAH=1 #DFLAGS = -O3 -fomit-frame-pointer DFLAGS = -g # -pg INCS = -I/usr/include/xmltok -- cgit v1.2.3