diff options
| author | Jeff Carr <[email protected]> | 2025-08-28 12:38:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-28 19:30:59 -0500 |
| commit | 6b6b31eef6f6a636db0750fcd0d59e3e0758013e (patch) | |
| tree | 86eef1ff8c9fcc2f3842688d7c0e02402421d64f /Makefile | |
| parent | 81885f44834b0f3a20999d8031ed0fc3bf6a0fa5 (diff) | |
stub in code to start the process of processing patches
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,10 +3,10 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) -all: build - # ./forged pull +all: install + forged pull # ./forged list - ./forged list + forged list build: goimports GO111MODULE=off go build \ |
