Merge pull request #72 from HurricanePootis/main
Remove # in makefile that prevented gzip from working.
This commit is contained in:
commit
879c56ef7a
1 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue