From 522723e9468fefabec1bb4bbd5b12c6fec51666d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 22 Feb 2025 22:17:54 -0600 Subject: wow. all it took to make a table window for running droplets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ff46e4b..09e702b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ REDOMOD = $(shell if [ -e go.sum ]; then echo go.sum exists; else GO111MODULE= all: build ./virtigo --version - ./virtigo --gui gocui + @#./virtigo --gui gocui @echo build worked build: goimports vet -- cgit v1.2.3