فهرست منبع

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)