summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 02:50:47 -0500
committerJeff Carr <[email protected]>2025-10-07 02:56:51 -0500
commitd94bfac9bfe8f4a22a1d1cc2840746e3c873fd89 (patch)
tree7eb1747c5984fbb647653ffb3ac9b0a1964b3bf0 /Makefile
parent788ae4172adb096cb3313a925b9e4ccc49d4b5a7 (diff)
start making this dynamicv0.22.127v0.22.126v0.22.125v0.22.124
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 \