This commit is contained in:
TheDarkBug 2021-10-12 13:26:18 +02:00
parent 92a73b8879
commit 943fa58204
2 changed files with 14 additions and 8 deletions

View file

@ -27,7 +27,7 @@ build: $(FILES)
debug:
@clear
$(CC) $(CFLAGS_DEBUG) -o $(NAME) $(FILES)
UWUFETCH_CACHE_ENABLED=true ./uwufetch
./uwufetch
install:
mkdir -p $(DESTDIR)$(PREFIX) $(DESTDIR)$(LIBDIR)/uwufetch $(DESTDIR)$(MANDIR)