summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2012-03-04 17:49:28 +0100
committerAchim Gratz <Stromeko@Stromeko.DE>2012-04-20 21:04:13 +0200
commit97e7636b68d64e70472dacd499140925ebfb912b (patch)
treeeae4d0a9dba0489730f6ccdf3ac9fca6cdc347c8
parent72d7c95469cdb5fd403de53215fb4df012e08339 (diff)
downloadorg-mode-97e7636b68d64e70472dacd499140925ebfb912b.tar.gz
Modify target 'update' to run tests before installation
* targets.mk: replace 'all' with 'test' in 'update'
-rw-r--r--targets.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets.mk b/targets.mk
index da24ae2..94387f4 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)