also always build here

This commit is contained in:
Jeff Carr 2024-02-16 11:40:19 -06:00
parent 66694c1a09
commit d6f9401f61
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ all:
./helloworld
gocui:
GO111MODULE=off go build -v -x
./helloworld --gui gocui >/tmp/helloworld.stdout 2>&1
goimports: