diff --git a/Makefile b/Makefile index b5f271cb5..7713bd507 100644 --- a/Makefile +++ b/Makefile @@ -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