Info are given completely, also changed program name.

This commit is contained in:
TheDarkBug 2021-01-19 14:56:11 +01:00
parent e75db660e8
commit 29a80bf622
2 changed files with 23 additions and 20 deletions

View file

@ -1,4 +1,4 @@
name = lightfetch
name = litefetch
files = main.c
install_dir = /usr/bin/
debug:
@ -28,8 +28,8 @@ install:
@exit
uninstall:
@echo Uninstalling lightfetch...
@echo Uninstalling $(name)...
sudo rm -f $(install_dir)$(name)
rm -rf ../lightfetch
rm -rf ../$(name)
@echo Uninstall completed!
@exit