Mypal/build/pymake/tests/implicitsubdir.mk

13 lines
106 B
Makefile

$(shell \
mkdir foo; \
touch test.in \
)
all: foo/test.out
@echo TEST-PASS
foo/%.out: %.in
cp $< $@