]> git.llucax.com Git - software/posixx.git/commit
Add a commit-check rule to the Makefile
authorLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 1 Dec 2008 18:48:30 +0000 (16:48 -0200)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 1 Dec 2008 18:48:30 +0000 (16:48 -0200)
commite4dcc18c5604efcdb6a0a7425930478201621be3
tree7c3e9afdbfba81110338866bc4eb16e6f02ca457
parent171569f214294e51065e4f9685f7e12c30912cb9
Add a commit-check rule to the Makefile

commit-check is a special make rule to run all sort of time-consuming
checks before committing (like building the documentation and run the test
cases). This is ideal for a git pre-commit hook, to avoid committing
broken stuff.

Now make all (and default) does nothing, because is a source-only library.
Makefile