Add man page already built
This commit is contained in:
parent
9e32e5011c
commit
f3af8d52dc
3 changed files with 1 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -22,7 +22,7 @@ debug:
|
|||
$(CC) $(CFLAGS_DEBUG) -o $(NAME) $(FILES)
|
||||
./uwufetch
|
||||
|
||||
install: build man
|
||||
install: build
|
||||
cp $(NAME) $(DESTDIR)$(PREFIX)/$(NAME)
|
||||
ls $(DESTDIR)$(LIBDIR)/uwufetch > /dev/null || mkdir $(DESTDIR)$(LIBDIR)/uwufetch
|
||||
cp res/* $(DESTDIR)$(LIBDIR)/uwufetch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue