From eed6f3c7f3e2954c8f8eecf3a8a64e5818074816 Mon Sep 17 00:00:00 2001 From: BraydonKains Date: Sat, 15 Jan 2022 15:54:26 -0500 Subject: [PATCH] fixed Makefile --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index bb74beb..3563668 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,4 @@ .PHONY: main.go -bubw: - go build -o bub.exe -bubl: - export GOOS=linux; export GOARCH=amd64; go build -o bub \ No newline at end of file +bub: + go build -o ~/bub \ No newline at end of file