diff options
| author | Jeff Carr <[email protected]> | 2025-09-23 13:25:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-23 14:50:22 -0500 |
| commit | cd545c7c9f9ffe2159a4b6faa5b6451ffb9b4d02 (patch) | |
| tree | b0745315c3a079a915501b1344baa6cdd740447e /Makefile | |
| parent | b09b86009ecb17c171aab400af73a568d084f49e (diff) | |
add doClean()
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
