Allow make clean without artefacts

main
gravel 3 years ago
parent 06d6d9e15a
commit cc0518b04a
Signed by: gravel
SSH Key Fingerprint: SHA256:p4HP49CCk4YQMkJpWJ09L8peEPQWjERtdCRAFxPfbOY

@ -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

Loading…
Cancel
Save