Split code in functions, changed printing system. edited makefile to copy images in .config/uwufetch/
This commit is contained in:
parent
7fe4bc3fa9
commit
782039c0ed
4 changed files with 110 additions and 80 deletions
3
Makefile
3
Makefile
|
|
@ -9,6 +9,9 @@ build: uwufetch.c
|
|||
|
||||
install:
|
||||
sudo cp $(NAME) $(INSTALL_DIR)$(NAME)
|
||||
mkdir ~/.config/uwufetch/
|
||||
cp res/* ~/.config/uwufetch/
|
||||
|
||||
uninstall:
|
||||
sudo rm $(INSTALL_DIR)$(NAME)
|
||||
rm -rf ~/.config/uwufetch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue