Added support for raspbian, fixed #36. GPU info is wip.
This commit is contained in:
parent
5d3d8cbcdf
commit
28c4c7a59f
4 changed files with 22 additions and 11 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue