index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
variables
/
INCLUDE_DIRS
/
t001
/
mk
1
2
ifeq ($(.INCLUDE_DIRS),)
3
$(warning .INCLUDE_DIRS is empty)
4
endif
5
6
.PHONY: all
7
all:;@: