From 78212a41da1941683d911cddf0e6f86675a0af18 Mon Sep 17 00:00:00 2001 From: HurricanePootis Date: Wed, 14 Apr 2021 08:00:28 -0500 Subject: [PATCH] Remove # in makefile that prevented gzip from working. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dc024d0..4cb3888 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ MAN_COMPILER = pandoc build: $(FILES) $(CC) $(CFLAGS) -o $(NAME) $(FILES) $(MAN_COMPILER) $(NAME)_man.md -st man -o $(NAME).1 - @#gzip $(NAME).1 + @gzip $(NAME).1 debug: @clear @@ -38,4 +38,4 @@ termux_uninstall: man_debug: build @clear - @man -P cat ./uwufetch.1 \ No newline at end of file + @man -P cat ./uwufetch.1