summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-07-09 19:46:16 -0500
committerJeff Carr <[email protected]>2025-07-09 23:24:06 -0500
commit0d9fe58e57c94856cf1cb9126ba62a86bd78a143 (patch)
treeba7d751da2db7df7c5a62e239feb9334896c7e7c /Makefile
parent3d3a07c194e8314accc150b6aea9f70faaae47be (diff)
forged init
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b610ad1..8c3987b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
all: build
# ./forged pull
- FORGE_GOSRC=/home/forge ./forged list
# ./forged list
+ ./forged init
build: goimports
GO111MODULE=off go build \