diff options
author | John Wiegley <johnw@newartisans.com> | 2004-02-13 00:25:56 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-02-13 00:25:56 +0000 |
commit | 2ab50e584d81352e144de8719c0289d375472417 (patch) | |
tree | c838d5ffb0e040ea42e10843c14db70ca54d2989 /Makefile | |
parent | 17ae1f83b59c1c97d2dcdd7edf3302e8b81be909 (diff) | |
download | fork-ledger-2ab50e584d81352e144de8719c0289d375472417.tar.gz fork-ledger-2ab50e584d81352e144de8719c0289d375472417.tar.bz2 fork-ledger-2ab50e584d81352e144de8719c0289d375472417.zip |
Updated to 1.1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ CODE = amount.cc ledger.cc parse.cc reports.cc OBJS = $(patsubst %.cc,%.o,$(CODE)) -CFLAGS = -Wall -ansi -pedantic +CFLAGS = #-Wall -ansi -pedantic DFLAGS = -O3 -fomit-frame-pointer #DFLAGS = -g -DDEBUG=1 -INCS = -I/sw/include -LIBS = -L/sw/lib -lgmpxx -lgmp -lpcre +INCS = -I/usr/local/include +LIBS = -L/usr/local/lib -lgmpxx -lgmp -lpcre ifdef GNUCASH CODE := $(CODE) gnucash.cc |