Selaa lähdekoodia

Modify target 'update' to run tests before installation

       * targets.mk: replace 'all' with 'test' in 'update'
Achim Gratz 13 vuotta sitten
vanhempi
commit
97e7636b68
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)