summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--NOTES22
2 files changed, 3 insertions, 25 deletions
diff --git a/Makefile b/Makefile
index 6ff88b8b..f61047cc 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@ CODE = amount.cc ledger.cc parse.cc reports.cc
OBJS = $(patsubst %.cc,%.o,$(CODE))
#CXX = cc
CXX = g++
-CFLAGS = #-Wall -ansi -pedantic
+CFLAGS = -Wall -ansi -pedantic
DFLAGS = -O3 -fomit-frame-pointer
#DFLAGS = -g -DDEBUG=1
-INCS = -I/usr/local/include
-LIBS = -L/usr/local/lib -lgmpxx -lgmp -lpcre
+INCS = -I/sw/include
+LIBS = -L/sw/lib -lgmpxx -lgmp -lpcre
ifdef GNUCASH
CODE := $(CODE) gnucash.cc
diff --git a/NOTES b/NOTES
deleted file mode 100644
index 65246252..00000000
--- a/NOTES
+++ /dev/null
@@ -1,22 +0,0 @@
-book
- account
- commodity *
-
-account
- account *
-
-entry
- transaction *
-
-transaction
- account
- amount
- amount (price per item)
-
-amount
- commodity *
-
-commodity
- history *
-
-history