File: Makefile

package info (click to toggle)
golang-github-badgerodon-peg 0.0~git20130729.9e5f7f4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 92 kB
  • sloc: makefile: 15
file content (9 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
include $(GOROOT)/src/Make.inc

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

include $(GOROOT)/src/Make.pkg