added a private rule to the Makefile
This commit is contained in:
parent
e98144ee28
commit
5ab3b21396
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -81,6 +81,12 @@ include make.deps
|
||||||
|
|
||||||
# These next rules are for my own use.
|
# These next rules are for my own use.
|
||||||
|
|
||||||
|
install:
|
||||||
|
make clean
|
||||||
|
make DFLAGS="-O3 -fomit-frame-pointer -DRELEASE_LEVEL=0"
|
||||||
|
cp ledger $(HOME)/bin
|
||||||
|
strip $(HOME)/bin/ledger
|
||||||
|
|
||||||
README.html: README
|
README.html: README
|
||||||
(cd $(HOME)/Projects/muse && \
|
(cd $(HOME)/Projects/muse && \
|
||||||
./publish --html $(shell pwd)/README && \
|
./publish --html $(shell pwd)/README && \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue