Переглянути джерело

Update targets in the Makefile

Carsten Dominik 16 роки тому
батько
коміт
75bce09157
1 змінених файлів з 9 додано та 0 видалено
  1. 9 0
      Makefile

+ 9 - 0
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