/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

  1. all: foo.out
  2. test -f $^
  3. @echo TEST-PASS
  4. foo.out: %.out: %.in
  5. test "$*" = "foo"
  6. cp $^ $@
  7. foo.in:
  8. touch $@