Added --config option to change config path

This commit is contained in:
TheDarkBug 2021-04-14 11:09:23 +02:00
parent 313a5a4013
commit 69fe7f2614
2 changed files with 7 additions and 5 deletions

View file

@ -14,7 +14,7 @@ build: $(FILES)
debug:
@clear
$(CC) $(CFLAGS_DEBUG) -o $(NAME) $(FILES)
./uwufetch
./uwufetch --config ~/.config/uwufetch/config
install:
cp $(NAME) $(DESTDIR)$(PREFIX)/$(NAME)