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
4
Makefile
4
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
|
||||
@man -P cat ./uwufetch.1
|
||||
|
|
Loading…
Reference in a new issue