Mypal/build/pymake/tests/include-regen2.mk
2019-03-11 13:26:37 +03:00

11 lines
174 B
Makefile

# make should make makefiles that it has rules for if they are
# included
include test.mk
all:
test "$(X)" = "1"
@echo "TEST-PASS"
test.mk:
@echo "X = 1" > $@