include $(GOROOT)/src/Make.inc

TARG=github.com/badgerodon/peg
GOFILES=\
  tree.go\
  expressions.go\
  peg.go\

include $(GOROOT)/src/Make.pkg
