shinobi
/ tree
summary
|
tree
|
log
|
refs
main
shinobi
/
tests
/
mk
/
gnu
/
features
/
conditionals
/
t005
/
mk
1
2
ifneq ($(FOO),yes)
3
target:
4
else
5
BAR = bar
6
target:
7
endif
8
@echo one