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