瀏覽代碼

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