0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 15:16:26 +00:00

Modify target 'update' to run tests before installation

* targets.mk: replace 'all' with 'test' in 'update'
This commit is contained in:
Achim Gratz 2012-03-04 17:49:28 +01:00
parent 72d7c95469
commit 97e7636b68

View file

@ -53,7 +53,7 @@ up2: update
update:
git remote update
git pull
$(MAKE) all
$(MAKE) check
install: $(INSTSUB)