From 827372ddbcfd254523ced638f3b6854a1b433f32 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 7 Jan 2024 19:17:26 -0600 Subject: makefile change Signed-off-by: Jeff Carr --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 93ffb6a..6eff8c2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,11 @@ # git remote add github git@github.com:wit-go/gui-debugger.git all: + @echo a 'gui' debugger using the gui + +redomod: + rm -f go.* + go mod init go mod tidy github: -- cgit v1.2.3