1
0
Fork 1

Allow make clean without artefacts

remotes/1715175271555336803/main
gravel 3 years ago
parent c4cf98d51b
commit 291025bfab
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -51,8 +51,8 @@ watchdog:
# Remove artefacts
clean:
rm -r cache
rm -r output/*.html
-rm -r cache
-rm -r output/*.html
# Build everything from scratch and test functionality.
test: clean all open server