shinobi
/ tree
summary
|
tree
|
log
|
refs
main
shinobi
/
tests
/
mk
/
gnu
/
features
/
conditionals
/
t010
/
mk
1
2
ifeq (a, b)
3
# noop
4
else
5
ifeq (a, b)
6
# noop
7
endif
8
endif
9
10
all:
11
@echo foo