summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 4f6b3de..59922b6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,14 +4,7 @@ VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
all: build
- @echo "make build # build"
- @echo "make clean # clean build files"
- @echo "make run # build and run on port 2233"
- @echo "make debian # will build a debian package"
- @echo ""
- @echo "make restart # restart the daemon"
- @echo "make enable # enable daemon on boot"
- @echo "make log # watch the daemon log"
+ ./gowebd test
build: goimports
GO111MODULE=off go build \