This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=c568de95be6b06d3efa01f3775307f92175451d9 commit c568de95be6b06d3efa01f3775307f92175451d9 Author: Guillem Jover <[email protected]> AuthorDate: Fri Apr 12 20:27:36 2013 +0200 build: Add a help alias to target all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd9f52cfc..cc26d0894 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ endif # By default do nothing -all:: +all help:: @echo "Run 'make test' to run all the tests" @echo "Run 'make <test-id>-test' to run a specifict test" @echo "Run 'make clean' to remove all intermediary files" -- Dpkg.Org's dpkg

