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

13 lines
106 B
Makefile

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