*** empty log message ***
This commit is contained in:
parent
2a10558902
commit
bfff951c31
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -31,11 +31,14 @@ INCS := $(INCS) -I/usr/include/xmltok
|
|||
LIBS := $(LIBS) -lxmlparse
|
||||
endif
|
||||
|
||||
all: make.deps ledger
|
||||
all: make.deps ledger ledger.info
|
||||
|
||||
ledger: $(OBJS)
|
||||
g++ $(CFLAGS) $(INCS) $(DFLAGS) -o $@ $(OBJS) $(LIBS)
|
||||
|
||||
ledger.info: ledger.texi
|
||||
makeinfo $<
|
||||
|
||||
%.o: %.cc
|
||||
g++ $(CFLAGS) $(INCS) $(DFLAGS) -c -o $@ $<
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue