From 6389431412eb546a02fe36823fbae771c4bc9e01 Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 2 Dec 2024 15:27:08 +0100 Subject: [PATCH] Build trigger. --- .gitignore | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c93dfd8..dbc68b7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ publish books __pycache__ -.build-trigger-2014-12-02 15:22 +.build-trigger-2014-12-02 15:26 diff --git a/Makefile b/Makefile index 3da1db5..39ea5cc 100644 --- a/Makefile +++ b/Makefile @@ -41,8 +41,8 @@ valgrind: build valgrind ./isspam ./spam/*.txt publish: - wget https://retoor.molodetz.nl/api/packages/retoor/generic/env.py/1.0.0/env.py - wget https://retoor.molodetz.nl/api/packages/retoor/generic/publish/1.0.0/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