Updated print_image next step is adding images in res directory
This commit is contained in:
parent
ee22b5d581
commit
b39c1af276
2 changed files with 32 additions and 22 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue