Skip to content

Commit 48a0f6b

Browse files
Merge pull request #36 from SpaciousCoder78/development
feat: added uninstall target for makefile
2 parents bc9042f + 822068b commit 48a0f6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ arch_linux: main.c
3030

3131
#to remove the binaries, use this
3232
uninstall:
33-
rm -rf bin
33+
sudo rm /usr/local/bin/search
34+
sudo rm /usr/local/bin/QuickOverflow
35+
sudo rm /usr/share/icons/Humanity/apps/32/quickoflow.png
36+
sudo rm /usr/$$USER/.local/share/applications/quickoverflow.desktop

0 commit comments

Comments
 (0)