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