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