Removed ram and uptime from caching (fix #141)
This commit is contained in:
parent
c1ed607909
commit
f705a6ae75
3 changed files with 89 additions and 22 deletions
2
Makefile
2
Makefile
|
|
@ -27,7 +27,7 @@ build: $(FILES)
|
|||
debug:
|
||||
@clear
|
||||
$(CC) $(CFLAGS_DEBUG) -o $(NAME) $(FILES)
|
||||
./uwufetch
|
||||
UWUFETCH_CACHE_ENABLED=true ./uwufetch
|
||||
|
||||
install:
|
||||
mkdir -p $(DESTDIR)$(PREFIX) $(DESTDIR)$(LIBDIR)/uwufetch $(DESTDIR)$(MANDIR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue