From e5d1d26f27de200cc06b9b6295a7526b6d1b0c45 Mon Sep 17 00:00:00 2001 From: TheDarkBug Date: Mon, 24 May 2021 14:58:10 +0200 Subject: [PATCH] Added build target to 'install' in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82e3825..48f5d0c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ debug: $(CC) $(CFLAGS_DEBUG) -o $(NAME) $(FILES) ./uwufetch -install: +install: build man cp $(NAME) $(DESTDIR)$(PREFIX)/$(NAME) ls $(DESTDIR)/usr/lib/uwufetch/ 2> /dev/null || mkdir $(DESTDIR)/usr/lib/uwufetch/ cp res/* $(DESTDIR)/usr/lib/uwufetch/