From 4b86b4a9cf3f6b69dc3e13eda301c960cf44f477 Mon Sep 17 00:00:00 2001 From: RageCage64 Date: Sat, 15 Jan 2022 22:43:22 -0500 Subject: [PATCH] Makefile shouldn't output to home --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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