From c1b2c4a18200172f01cf9a0d02aa632f087224d5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 22:36:35 -0600 Subject: update paths Signed-off-by: Jeff Carr --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e0d7f3c..e4d32d8 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,11 @@ # git remote add github git@github.com: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 -- cgit v1.2.3