index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
functions
/
shell
/
t017
/
mk
1
.PHONY: all
2
$(shell kill -2 $$$$)
3
STAT := $(.SHELLSTATUS)
4
all: ; @echo STAT=$(STAT)
5