Get the average consolidation working.
[otsdb-go.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..3bf9a44
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+GOROOT = /usr/lib/go
+
+include $(GOROOT)/src/Make.inc
+
+TARG    = ots_timeseries
+GOFILES = ots_timeseries.go\
+
+include $(GOROOT)/src/Make.pkg