Update targets in the Makefile

This commit is contained in:
Carsten Dominik 2009-06-02 10:29:06 +02:00
parent 1dd08dc508
commit 75bce09157
1 changed files with 9 additions and 0 deletions

View File

@ -122,6 +122,15 @@ default: $(ELCFILES)
all: $(ELCFILES) $(INFOFILES)
up2:
make update
sudo make install
update:
git pull
make clean
make all
compile: $(ELCFILES0)
install: install-lisp