diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,11 +1,12 @@ all: - go build -v -x + GO111MODULE=off go build -v -x ./helloworld -push: - git add --all - git commit -a - git push +gocui: + ./helloworld --gui gocui >/tmp/helloworld.stdout 2>&1 + +goimports: + goimports -w *.go redomod: rm -f go.* |
