Mypal/build/pymake/tests/implicitsubdir.mk

13 lines
106 B
Makefile
Raw Normal View History

2019-03-11 03:26:37 -07:00
$(shell \
mkdir foo; \
touch test.in \
)
all: foo/test.out
@echo TEST-PASS
foo/%.out: %.in
cp $< $@