summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-23 13:25:32 -0500
committerJeff Carr <[email protected]>2025-09-23 14:50:22 -0500
commitcd545c7c9f9ffe2159a4b6faa5b6451ffb9b4d02 (patch)
treeb0745315c3a079a915501b1344baa6cdd740447e /Makefile
parentb09b86009ecb17c171aab400af73a568d084f49e (diff)
add doClean()
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b533cd5..d9ddf76 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%s)
all: build
- ./forged --version
+ FORGE_VERBOSE=true ./forged clean
# FORGE_VERBOSE=true ./forged list
build: goimports