summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-20 20:24:58 -0600
committerJeff Carr <[email protected]>2024-01-20 20:24:58 -0600
commit15e9548cf50fad96ee938f134daca32d7b83b896 (patch)
tree0663412f430517c55697325cea59c339c05c57bc /Makefile
parentc1b2c4a18200172f01cf9a0d02aa632f087224d5 (diff)
it's my memory so I can forgetv0.12.6
lots of general improvements ready to fix gocui working on log settings fix the debugger Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e4d32d8..f6b797d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@
all: redomod
@echo a 'gui' debugger using the gui
+goimports:
+ goimports -w *.go
+
redomod:
rm -f go.*
goimports -w *.go