summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-16 17:02:41 -0500
committerJeff Carr <[email protected]>2025-08-16 21:51:07 -0500
commit1301c4476e3c39201e801ca1c25294d5abbf249a (patch)
tree6d617eddb7cc31bebec5f651f36292f3af03a13c /Makefile
parent0d9fe58e57c94856cf1cb9126ba62a86bd78a143 (diff)
stuff from late Julyv0.0.9v0.0.8v0.0.10
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c3987b..277c767 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
all: build
# ./forged pull
# ./forged list
- ./forged init
+ ./forged init | head
build: goimports
GO111MODULE=off go build \