shinobi
/ tree
summary
|
tree
|
log
|
refs
main
shinobi
/
tests
/
mk
/
gnu
/
functions
/
shell
/
t002
/
mk
1
.PHONY: all
2
all: ; @echo $(shell echo hi)
3