diff options
| author | Jeff Carr <[email protected]> | 2024-01-07 19:17:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-07 19:17:26 -0600 |
| commit | 827372ddbcfd254523ced638f3b6854a1b433f32 (patch) | |
| tree | f6f50fda420780f3abd6ce7a54aa755ed7fa60aa /Makefile | |
| parent | ca189c9084c451a7fbb83449a17c446d4427ae40 (diff) | |
makefile change
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |
