diff --git a/Makefile b/Makefile index 3563668..8a2d682 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ .PHONY: main.go bub: - go build -o ~/bub \ No newline at end of file + go build -o bub \ No newline at end of file