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

11 lines
112 B
Makefile

all: foo.out
test -f $^
@echo TEST-PASS
foo.out: %.out: %.in
test "$*" = "foo"
cp $^ $@
foo.in:
touch $@