Sfoglia il codice sorgente

Modify target 'update' to run tests before installation

       * targets.mk: replace 'all' with 'test' in 'update'
Achim Gratz 13 anni fa
parent
commit
97e7636b68
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)