Remove # in makefile that prevented gzip from working.

This commit is contained in:
HurricanePootis 2021-04-14 08:00:28 -05:00
parent 3ce44faf68
commit 78212a41da

View file

@ -9,7 +9,7 @@ MAN_COMPILER = pandoc
build: $(FILES) build: $(FILES)
$(CC) $(CFLAGS) -o $(NAME) $(FILES) $(CC) $(CFLAGS) -o $(NAME) $(FILES)
$(MAN_COMPILER) $(NAME)_man.md -st man -o $(NAME).1 $(MAN_COMPILER) $(NAME)_man.md -st man -o $(NAME).1
@#gzip $(NAME).1 @gzip $(NAME).1
debug: debug:
@clear @clear