index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
targets
/
DELETE_ON_ERROR
/
t002
/
mk
1
2
.DELETE_ON_ERROR:
3
all: foo.x ;
4
%.x : %.q ; echo > $@
5
%.q : ; exit 1 > $@