Browse Source

Makefile change the compress

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
master
Toshaan Bharvani 6 years ago
parent
commit
5077eb5632
  1. 4
      Makefile

4
Makefile

@ -5,6 +5,4 @@ @@ -5,6 +5,4 @@
all: build

build:
@find power8/ -type f -exec sh -c "gzip -c -9 < {} > {}.gz" \;
@find intelavx/ -type f -exec sh -c "gzip -c -9 < {} > {}.gz" \;
@find raspberrypi3b/ -type f -exec sh -c "gzip -c -9 < {} > {}.gz" \;
@find . -name '*pel7*' -type f -exec sh -c "gzip -c -9 < {} > {}.gz" \;

Loading…
Cancel
Save