소스 검색

Modify target 'update' to run tests before installation

       * targets.mk: replace 'all' with 'test' in 'update'
Achim Gratz 13 년 전
부모
커밋
97e7636b68
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      targets.mk

+ 1 - 1
targets.mk

@@ -53,7 +53,7 @@ up2:	update
 update:
 	git remote update
 	git pull
-	$(MAKE) all
+	$(MAKE) check
 
 install:	$(INSTSUB)