summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 16:41:16 -0600
committerJeff Carr <[email protected]>2024-01-18 16:41:16 -0600
commit3c0e238cc7f3521d1a0a27e777b204f9c207b5ea (patch)
treec51ff76ef1918995805aaaaca3d9a7f0fdc2cf86 /Makefile
parenta33537c799c0ac2dad847fbffaeebabbff4f786f (diff)
make a go file so go get doesn't freak out
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 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