paleofetch

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 457b8794d482c399c2eab25756add03e788836f4
parent f6ae146cd891240813f4d609dfddc1f0d84f81f1
Author: sam-barr <samfbarr@outlook.com>
Date:   Fri, 24 Apr 2020 10:50:14 -0500

Fixed make clean
Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -4,7 +4,7 @@ PREFIX=$(HOME)/.local all: paleofetch clean: - rm -f fetch + rm -f paleofetch paleofetch: paleofetch.c paleofetch.h config.h $(CC) paleofetch.c -o paleofetch $(CFLAGS)