Cpu name fix (#39)

This commit is contained in:
TheDarkBug 2021-03-16 08:19:57 +01:00
parent 839458713a
commit 694a09a47d
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ build: uwufetch.c
debug:
clear
gcc $(FLAGS_DEBUG) -o $(NAME) $(FILES)
./uwufetch -d raspbian
./uwufetch
install:
cp $(NAME) $(INSTALL_DIR)$(NAME)