Remove # in makefile that prevented gzip from working.
This commit is contained in:
parent
3ce44faf68
commit
78212a41da
1 changed files with 2 additions and 2 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue