shinobi
/ tree
summary
|
tree
|
log
|
refs
main
shinobi
/
tests
/
mk
/
gnu
/
features
/
double_colon
/
t014
/
mk
1
2
all:: ; @echo one
3
4
all:: joe ; @echo four
5
6
joe: FORCE ; touch joe-is-forced
7
8
FORCE: