diff options
| author | Jeff Carr <[email protected]> | 2025-07-09 03:18:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-09 23:24:06 -0500 |
| commit | 8a788bef6d201b50dd066a62167a23378e4162a7 (patch) | |
| tree | ab18e3b8af5eab617b48bdceae38759ca4320aee /Makefile | |
| parent | 3588440aed55e81864c1afd2d96d6b037242befd (diff) | |
make git clone work in forged
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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 \ |
