summaryrefslogtreecommitdiffstats
path: root/.graveyard/hyper/process/src/hyper/process/Makefile
blob: 7ecda7167fcff6341b91d27539c2a39e2d39cf92 (plain)
1
2
3
4
5
6
7
8
9
10
11
include ${GOROOT}/src/Make.inc

TARG=hyper/process

GOFILES=\
	process.go\

#DEPS=\
#	gorilla.googlecode.com/hg/gorilla/context\

include ${GOROOT}/src/Make.pkg