allwinner_a64/android/build/kati/testcase/eval_starts_with_comment.mk
2018-08-08 16:48:17 +08:00

9 lines
78 B
Makefile

.PHONY: test
define _rule
# comment
test:
echo PASS
endef
$(eval $(_rule))