chore: update build trigger timestamp and add quiet flag to wget in Makefile

- Bump .build-trigger timestamp from 2014-12-02 15:22 to 15:26 to force rebuild
- Add --quiet flag to both wget calls in publish target to suppress download progress output
This commit is contained in:
2024-12-02 14:27:08 +00:00
parent fb71c4a7b6
commit 7a7c28543b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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