aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e1d91e..ba95cf1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+.POSIX:
all: public
@@ -23,6 +24,7 @@ update-submodules:
git submodule update --remote --init --recursive -f
clean:
- rm -rf public static
+ rm -rf public
+ rm -f static/style.css
.PHONY: all public style update-submodules publish rebuild clean