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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user