From d21fd82383ef8219c372978f349fcc7172c739bf Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 28 Aug 2022 15:29:28 +0300 Subject: Makefile: update --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3