*** 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
|
LIBS := $(LIBS) -lxmlparse
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all: make.deps ledger
|
all: make.deps ledger ledger.info
|
||||||
|
|
||||||
ledger: $(OBJS)
|
ledger: $(OBJS)
|
||||||
g++ $(CFLAGS) $(INCS) $(DFLAGS) -o $@ $(OBJS) $(LIBS)
|
g++ $(CFLAGS) $(INCS) $(DFLAGS) -o $@ $(OBJS) $(LIBS)
|
||||||
|
|
||||||
|
ledger.info: ledger.texi
|
||||||
|
makeinfo $<
|
||||||
|
|
||||||
%.o: %.cc
|
%.o: %.cc
|
||||||
g++ $(CFLAGS) $(INCS) $(DFLAGS) -c -o $@ $<
|
g++ $(CFLAGS) $(INCS) $(DFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue