aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-09 14:46:52 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-09 14:46:52 +0100
commitd12afb8a151b470552d01b4002839f34cc698c5e (patch)
tree5f669ffc56af3464e0a2e0f9015f6482bf55afda /Makefile
downloadguichet-d12afb8a151b470552d01b4002839f34cc698c5e.tar.gz
guichet-d12afb8a151b470552d01b4002839f34cc698c5e.zip
First commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ef3c9f2
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+all: guichet
+
+guichet: main.go
+ go get -v
+ go build -v