#!Makefile
.PHONY: build
all: build
build:
@find . -name '*pel7*' -type f -exec sh -c "gzip -c -9 < {} > {}.gz" \;