tenfourfox/build/pymake/tests/implicitsubdir.mk

13 lines
106 B
Makefile
Raw Normal View History

2017-04-19 07:56:45 +00:00
$(shell \
mkdir foo; \
touch test.in \
)
all: foo/test.out
@echo TEST-PASS
foo/%.out: %.in
cp $< $@