aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e9e7552..ba95cf1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-EMACS = emacs
+.POSIX:
all: public
@@ -24,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