summaryrefslogtreecommitdiffstats
path: root/hyper/process/src/hyper/process/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hyper/process/src/hyper/process/Makefile')
-rw-r--r--hyper/process/src/hyper/process/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/hyper/process/src/hyper/process/Makefile b/hyper/process/src/hyper/process/Makefile
new file mode 100644
index 00000000..7ecda716
--- /dev/null
+++ b/hyper/process/src/hyper/process/Makefile
@@ -0,0 +1,11 @@
+include ${GOROOT}/src/Make.inc
+
+TARG=hyper/process
+
+GOFILES=\
+ process.go\
+
+#DEPS=\
+# gorilla.googlecode.com/hg/gorilla/context\
+
+include ${GOROOT}/src/Make.pkg