summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 93ffb6a..6eff8c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,11 @@
# git remote add github [email protected]:wit-go/gui-debugger.git
all:
+ @echo a 'gui' debugger using the gui
+
+redomod:
+ rm -f go.*
+ go mod init
go mod tidy
github: