- commit
- a1022b4
- parent
- 963d82f
- author
- Eric Bower
- date
- 2022-11-27 14:25:50 +0000 UTC
fix: clean make command
1 files changed,
+1,
-1
M
Makefile
M
Makefile
+1,
-1
1@@ -14,7 +14,7 @@ scrape:
2 .PHONY: scrape
3
4 clean:
5- rm static/*.html
6+ rm -f static/*.html
7 rm -rf static/plugin
8 rm -rf static/about
9 rm -rf static/created