summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-07-09 03:18:29 -0500
committerJeff Carr <[email protected]>2025-07-09 23:24:06 -0500
commit8a788bef6d201b50dd066a62167a23378e4162a7 (patch)
treeab18e3b8af5eab617b48bdceae38759ca4320aee /Makefile
parent3588440aed55e81864c1afd2d96d6b037242befd (diff)
make git clone work in forged
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index a40c4b3..127e5aa 100644
--- a/Makefile
+++ b/Makefile
@@ -4,14 +4,7 @@ VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
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"
+ ./forged pull
build: goimports
GO111MODULE=off go build \