index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
functions
/
shell
/
t011
/
mk
1
2
HI = $(shell echo hi)
3
bad := $(HI)
4
.PHONY: all
5
all: ; @echo $$HI $(bad)