Merge pull request #72 from HurricanePootis/main

Remove # in makefile that prevented gzip from working.
This commit is contained in:
TheDarkBug 2021-04-14 15:27:00 +02:00 committed by GitHub
commit 879c56ef7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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