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