瀏覽代碼

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)