Split code in functions, changed printing system. edited makefile to copy images in .config/uwufetch/

This commit is contained in:
TheDarkBug 2021-03-06 21:17:29 +01:00
parent 7fe4bc3fa9
commit 782039c0ed
4 changed files with 110 additions and 80 deletions

View file

@ -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