From c9f0f0d45fa116934aed9a1cb5234776fbf1ea0c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 13 Feb 2025 14:27:05 -0600 Subject: [PATCH] shortcut --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 7d8c603..541df15 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,9 @@ embed: gocui: ./helloworld --gui gocui +andlabs: + ./helloworld --gui andlabs + goimports: goimports -w *.go