/build/pymake/tests/static-pattern2.mk
http://github.com/zpao/v8monkey · Makefile · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · 1c4f6c9a5807f0bd9a812405ad526073 MD5 · raw file
- all: foo.out
- test -f $^
- @echo TEST-PASS
- foo.out: %.out: %.in
- test "$*" = "foo"
- cp $^ $@
- foo.in:
- touch $@