Change the default rule name from 'it' to 'all'.
This is a departure from how djb seems to have it set up, but I just like it better. It's more like the reasonably-common Makefile standard. (Although what make *actually* does is just use the first target declared in the file.)
This commit is contained in:
parent
7505048093
commit
edd8382a52
5 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
. wvtest.sh
|
||||
|
||||
redo t/it
|
||||
redo t/all
|
||||
WVSTART "t/runtests"
|
||||
WVPASS redo t/runtests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue