tenfourfox/build/pymake/tests/include-regen3.mk
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
175 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" > $@