From e2c056f4ab2bf114dfc0d558d3760dc02b9b584b Mon Sep 17 00:00:00 2001 From: Princewill Olaiya Date: Tue, 9 May 2023 18:39:15 +0100 Subject: [PATCH] updated makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a98fd20..60b7175 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ build: go build -o=./build/switcher main.go install: - mv ./build/switcher ~/.local/bin/switcher \ No newline at end of file + mv ./build/switcher ~/.local/bin/switcher && rmdir ./build \ No newline at end of file