aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-28 15:29:28 +0300
committerCem Keylan <cem@ckyln.com>2022-08-28 15:29:28 +0300
commitd21fd82383ef8219c372978f349fcc7172c739bf (patch)
treed94112833cb67dee9c0570b4c538a3a606e4f79f /Makefile
parent537f1713af5fbdb784bd59f5d6ce7db991a78b4b (diff)
downloadwebsite-d21fd82383ef8219c372978f349fcc7172c739bf.tar.gz
Makefile: update
Diffstat (limited to 'Makefile')
-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