Info are given completely, also changed program name.
This commit is contained in:
parent
e75db660e8
commit
29a80bf622
2 changed files with 23 additions and 20 deletions
6
Makefile
6
Makefile
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue