Updated print_image next step is adding images in res directory

This commit is contained in:
TheDarkBug 2021-03-07 15:30:32 +01:00
parent ee22b5d581
commit b39c1af276
2 changed files with 32 additions and 22 deletions

View file

@ -9,13 +9,13 @@ build: uwufetch.c
install:
sudo cp $(NAME) $(INSTALL_DIR)$(NAME)
mkdir ~/.config/uwufetch/
ls ~/.config/uwufetch 1> /dev/null || mkdir ~/.config/uwufetch/
cp res/* ~/.config/uwufetch/
uninstall:
sudo rm $(INSTALL_DIR)$(NAME)
rm -rf ~/.config/uwufetch
debug: build
debug: build install
clear
./uwufetch