From e6a617328c3b34ab831767645a63893f6bae92c2 Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 28 Aug 2022 00:11:42 -0400 Subject: Makefile: Split HTML and CSS validation --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 25c1496..5701ff7 100644 --- a/Makefile +++ b/Makefile @@ -22,10 +22,17 @@ server: php -S 127.0.0.1:9294 -t public test: + make test-html + +test-html: validatornu \ public/index.html \ public/default/index.html +test-css: + validatornu --css \ + assets/css/default.css + icons: rm -rf static/icons mkdir -p static/icons/feather static/icons/tabler -- cgit v1.2.3