From 97e7636b68d64e70472dacd499140925ebfb912b Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sun, 4 Mar 2012 17:49:28 +0100 Subject: [PATCH] Modify target 'update' to run tests before installation * targets.mk: replace 'all' with 'test' in 'update' --- targets.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets.mk b/targets.mk index da24ae21e..94387f476 100644 --- a/targets.mk +++ b/targets.mk @@ -53,7 +53,7 @@ up2: update update: git remote update git pull - $(MAKE) all + $(MAKE) check install: $(INSTSUB)