From 3c0e238cc7f3521d1a0a27e777b204f9c207b5ea Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 16:41:16 -0600 Subject: make a go file so go get doesn't freak out Signed-off-by: Jeff Carr --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a32f525..cc59329 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ .PHONY: debian nocui gocui andlabs all: build debian + go build -o build main.go build: nocui gocui andlabs -- cgit v1.2.3