summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ec1cfa7..4e96ed5 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@
run: setconfig
go build -o elefant && ./elefant
+server: setconfig
+ go build -o elefant && ./elefant -port 3333
+
setconfig:
find config.toml &>/dev/null || cp config.example.toml config.toml