]> git.llucax.com Git - software/makeit.git/commit
Add a global phony "test" target
authorLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 21 Sep 2009 22:11:51 +0000 (19:11 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 24 Sep 2009 13:38:30 +0000 (10:38 -0300)
commit15551bd077a4b0faaf64ede1634251695f38e0be
treeb0255def6e10396ae582ef3ee480e85c9626dbe4
parent9874db58d82e392d358eb307bda8ca3624c3c789
Add a global phony "test" target

Following the "all", "install" and "doc", sub-makefiles can append to the
variable $(test) the rules they want to be executed when make has the
"test" target as a goal.
Lib.mak