Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
@ -7,3 +7,4 @@ all: build
build:
@find . -name '*.html' ! -name '*.gz' -type f -exec sh -c "gzip -c -9 < {} > {}.gz" \;
@find . ! -name '*.gz' -type f -exec sh -c "gzip -c -9 < {} > {}.gz" \;
@find . ! -name 'pel7*' -type f -exec sh -c "gzip -c -9 < {} > {}.gz" \;