소스 검색

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