From 3e3d151a536e4d9297d2933f18c7ee0416c57138 Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 2 Dec 2024 15:16:31 +0100 Subject: [PATCH] Updated build. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 770f194..3da1db5 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ publish: rm env.py benchmark: -@rm -rf books - echo "Extracting books." - tar -xzf books.tar.gz books/ - echo "Extracted books." - python bench.py + @echo "Extracting books." + @tar -xzf books.tar.gz books/ + @echo "Extracted books." + @python bench.py