diff options
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: |
