add makefile & AUTHORS
authorkremlin <ian@kremlin.cc>
Sat, 24 Jan 2015 16:07:05 +0000 (11:07 -0500)
committerkremlin <ian@kremlin.cc>
Sat, 24 Jan 2015 16:07:05 +0000 (11:07 -0500)
AUTHORS [new file with mode: 0644]
Makefile [new file with mode: 0644]

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..b6b6320
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1 @@
+ian sutton <ian@kremlin.cc>
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..8eb864e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+.PHONY: all
+
+all: build
+
+clean:
+       go clean
+
+install:
+       install -s -o root -g root -m 555 k_transpose /usr/bin/k_transpose
+
+build:
+       go build