ugly server implementation without signature checks
[epoint] / logic / Makefile
diff --git a/logic/Makefile b/logic/Makefile
new file mode 100644 (file)
index 0000000..89942c5
--- /dev/null
@@ -0,0 +1,6 @@
+include $(GOROOT)/src/Make.inc
+
+TARG=epoint/logic
+GOFILES=logic.go
+
+include $(GOROOT)/src/Make.pkg