index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
features
/
include
/
t007
/
mk
1
2
.PHONY: all
3
all:; @:
4
5
-include foo
6
7
foo: bar; @:
8
9
bar:; @exit 1