summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-28 18:27:38 -0600
committerJeff Carr <[email protected]>2024-11-28 18:27:38 -0600
commitbe0378f5486184b69b5da59461786477d753b8a3 (patch)
treed11001460150ee998feb66a3052d2034f71815d4 /Makefile
parent8bf3997c81db88d8401db28c86f701be014442c2 (diff)
add a test example
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 25cb0db..1abeb4f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
all:
@GO111MODULE=off go vet
@echo go vet: this go library package builds okay
+ make -C testGui
goimports:
goimports -w *.go