From d07d5f88e1db717ef95d96b34a10f13f3129163d Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 2 Dec 2024 15:30:51 +0100 Subject: [PATCH] Update build. --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index e998c44..149a8bb 100644 --- a/Makefile +++ b/Makefile @@ -41,13 +41,13 @@ valgrind: build valgrind ./isspam ./spam/*.txt publish: - wget https://retoor.molodetz.nl/api/packages/retoor/generic/env.py/1.0.0/env.py --quiet - wget https://retoor.molodetz.nl/api/packages/retoor/generic/publish/1.0.0/publish --quiet - chmod +x publish - ./publish isspam - ./publish risspam - rm publish - rm env.py + @wget https://retoor.molodetz.nl/api/packages/retoor/generic/env.py/1.0.0/env.py --quiet + @wget https://retoor.molodetz.nl/api/packages/retoor/generic/publish/1.0.0/publish --quiet + @chmod +x publish + @./publish isspam + @./publish risspam + @rm publish + @rm env.py benchmark: -@rm -rf books @echo "Extracting books."