added a private rule to the Makefile

This commit is contained in:
John Wiegley 2004-08-17 22:38:59 -04:00
parent e98144ee28
commit 5ab3b21396

View file

@ -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 && \