ソースを参照

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