Merge pull request #299 from rgrinberg/set-default-goal-make

Set default goal explicitly in Makefile
This commit is contained in:
Rudi Grinberg 2017-10-30 21:08:57 +08:00 committed by GitHub
commit 0d4c1ede99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -57,5 +57,6 @@ accept-corrections:
cp $$i $${i/.corrected}; \
done
.DEFAULT_GOAL := default
.PHONY: default install uninstall reinstall clean test doc
.PHONY: accept-corrections