summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-06 04:26:44 -0500
committerJeff Carr <[email protected]>2025-10-06 04:26:44 -0500
commita7d418da30889a3b85257baf65d44f0d32c5df71 (patch)
tree5e56f53cf6cd0117679689f239a466bfe4e55e34 /Makefile
parent50fea58cf96abaa3f8c28c6ffb67630d6dd7829e (diff)
some decent code to delete branches with checking
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a510d35..4d3251b 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ BUILDTIME = $(shell date +%s)
# make gocui # try the ncurses gui plugin
# make andlabs # try the andlabs gui plugin (uses GTK)
-default: install-verbose
+default: install
# forge pull check
vet: