blob: b9d854a2a56c7be6410de50c2e91f679fbee3d40 [file] [log] [blame]
$(shell \
mkdir foo; \
touch test.in \
)
all: foo/test.out
@echo TEST-PASS
foo/%.out: %.in
cp $< $@