summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0d7f3c..e4d32d8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
# git remote add github [email protected]:wit-go/gui-debugger.git
-all:
+all: redomod
@echo a 'gui' debugger using the gui
redomod:
rm -f go.*
+ goimports -w *.go
GO111MODULE= go mod init
GO111MODULE= go mod tidy