diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..dea2720 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +pull: + git pull + +build: + go build -o bin/dashboard . + + +debug: + DEBUG=1 ./bin/dashboard \ No newline at end of file