tenfourfox/build/pymake/tests/include-regen2.mk

11 lines
174 B
Makefile
Raw Normal View History

2017-04-19 07:56:45 +00:00
# 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" > $@