/parser/Makefile

https://code.google.com/p/goyaml/ · Makefile · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · 15169ea56d0c7a05d8830e4f9ecc0ee4 MD5 · raw file

  1. include $(GOROOT)/src/Make.inc
  2. TARG=code.google.com/p/goyaml/parser
  3. GOFILES=\
  4. ast.go\
  5. parser.go
  6. include $(GOROOT)/src/Make.pkg