]> Cypherpunks.ru repositories - goircd.git/blobdiff - makefile
Raise copyright year. Trivial changes
[goircd.git] / makefile
diff --git a/makefile b/makefile
new file mode 100644 (file)
index 0000000..26e28a7
--- /dev/null
+++ b/makefile
@@ -0,0 +1,4 @@
+LDFLAGS=-X main.version \"$(shell git describe --tags)\"
+
+goircd:
+       go build -ldflags "$(LDFLAGS)" $(BUILD_FLAGS)