summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 13b71ac9..fb535183 100644
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,6 @@ define HUQUQ
true
endef
-#
-# Example build: make GNUCASH=1 COMMODITY=EUR
-#
-
CODE = amount.cc \
ledger.cc \
parse.cc \
@@ -19,16 +15,9 @@ CODE = amount.cc \
OBJS = $(patsubst %.cc,%.o,$(CODE))
-ifndef COMMODITY
-COMMODITY = \$$
-endif
-
CFLAGS = -Wall -ansi -pedantic
-CFLAGS := $(CFLAGS) -DDEFAULT_COMMODITY="\"$(COMMODITY)\""
-
#DFLAGS = -O3 -fomit-frame-pointer
DFLAGS = -g # -O2 # -pg
-
INCS = -I/usr/include/xmltok
LIBS = -lgmpxx -lgmp -lpcre