summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-30 15:18:46 -0600
committerJeff Carr <[email protected]>2025-01-30 15:18:46 -0600
commit4d4aad27e433ca0658379c4cd1f50c26cfdc33dd (patch)
treee8c6c9fa43329bbbb185c2990fd1aca1f53585b0 /Makefile
parentf26e5e9980255c74a5fdaa0e89351b5812f460f1 (diff)
dump patchsets to the console
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68cd013..f01c0ca 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,8 @@ BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
# make andlabs # try the andlabs gui plugin (uses GTK)
default: install
- forge dirty --verbose
+ # forge dirty --verbose
+ forge patch list
vet:
@GO111MODULE=off go vet