shinobi
/ tree
summary
|
tree
|
log
|
refs
main
shinobi
/
tests
/
mk
/
gnu
/
features
/
patternrules
/
t075
/
mk
1
2
all: hello.x
3
%.x: %.q; $(info $@ from $<)
4
hello.q::; touch $@