Added support for raspbian, fixed #36. GPU info is wip.

This commit is contained in:
TheDarkBug 2021-03-14 21:42:52 +01:00
parent 5d3d8cbcdf
commit 28c4c7a59f
4 changed files with 22 additions and 11 deletions

View file

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