New ascii tux, now shell will not be displayed as a full path.
This commit is contained in:
parent
218ade46a8
commit
f88d4796f8
2 changed files with 14 additions and 12 deletions
4
Makefile
4
Makefile
|
|
@ -11,7 +11,7 @@ build: uwufetch.c
|
|||
debug:
|
||||
clear
|
||||
gcc $(FLAGS_DEBUG) -o $(NAME) $(FILES)
|
||||
./uwufetch -id asd
|
||||
./uwufetch
|
||||
|
||||
install:
|
||||
sudo cp $(NAME) $(INSTALL_DIR)$(NAME)
|
||||
|
|
@ -29,4 +29,4 @@ termux: build
|
|||
|
||||
termux_uninstall:
|
||||
rm -rf /data/data/com.termux/files$(INSTALL_DIR)$(NAME)
|
||||
rm -rf /data/data/com.termux/files/usr/lib/uwufetch/
|
||||
rm -rf /data/data/com.termux/files/usr/lib/uwufetch/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue