1
0
Fork 1

Allow make clean without artefacts

pull/26/head
gravel 3 years ago
parent 06d6d9e15a
commit cc0518b04a
Signed by: gravel
SSH Key Fingerprint: SHA256:p4HP49CCk4YQMkJpWJ09L8peEPQWjERtdCRAFxPfbOY

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