From 75b2597561c6e9b6f6a1cc764a8e617efc5a9dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gae=CC=88l=20Gillard?= Date: Wed, 11 Feb 2015 16:22:08 +0100 Subject: [PATCH] Simple Makefile for the project --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..18ae829 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +all: + rm -fr build + goxc -bc="linux,windows,darwin" -d=./build -pv=1.0.0 + rmdir debian + +clean: + rm -fr ./build + rm -fr .DS_Store + rm -fr td