*** empty log message ***
This commit is contained in:
parent
83b7a0ea9c
commit
c0390330ef
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -3,8 +3,8 @@ OBJS = $(patsubst %.cc,%.o,$(CODE))
|
||||||
CFLAGS = #-Wall -ansi -pedantic
|
CFLAGS = #-Wall -ansi -pedantic
|
||||||
DFLAGS = -O3 -fomit-frame-pointer
|
DFLAGS = -O3 -fomit-frame-pointer
|
||||||
#DFLAGS = -g -DDEBUG=1
|
#DFLAGS = -g -DDEBUG=1
|
||||||
INCS = -I/sw/include
|
INCS = -I/usr/local/include
|
||||||
LIBS = -L/sw/lib -lgmpxx -lgmp -lpcre
|
LIBS = -L/usr/local/lib -lgmpxx -lgmp -lpcre
|
||||||
|
|
||||||
ifdef GNUCASH
|
ifdef GNUCASH
|
||||||
CODE := $(CODE) gnucash.cc
|
CODE := $(CODE) gnucash.cc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue