diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 22:36:35 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 22:36:35 -0600 |
| commit | c1b2c4a18200172f01cf9a0d02aa632f087224d5 (patch) | |
| tree | 6e6f7e81cd5175056d4d93096f23d451551b58a5 /Makefile | |
| parent | f3d6daa29eccbaeb7b9b1709b4ddffe010c00bd0 (diff) | |
update pathsv0.12.5
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
