summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax2018-02-01 17:04:14 +0100
committerMax2018-02-01 17:04:14 +0100
commita175e16cdf6dd6b70c4f6bbd7d8407cfd7c261f1 (patch)
treea7e665ad6e9814616b948fd72d5bdb6a7d1d3012 /Makefile
parent31743c112438ba6a777e6c08126b79eacbd60ba1 (diff)
downloadalkobote-a175e16cdf6dd6b70c4f6bbd7d8407cfd7c261f1.tar.gz
Adds a Makefile to build it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..35da35e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+all: build
+
+build:
+ go build
+
+run: build
+ ./alkobote.de