diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ all: redomod @echo a 'gui' debugger using the gui +goimports: + goimports -w *.go + redomod: rm -f go.* goimports -w *.go |
