From 5077eb5632a9f413221f384ae6269f4b840c2689 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Sat, 16 Mar 2019 11:09:30 +0100 Subject: [PATCH] Makefile change the compress Signed-off-by: Toshaan Bharvani --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e6f01e9..0d17ef8 100644 --- a/Makefile +++ b/Makefile @@ -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" \;