aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-08-28 00:11:42 -0400
committertdro <tdro@noreply.example.com>2022-08-28 00:11:42 -0400
commite6a617328c3b34ab831767645a63893f6bae92c2 (patch)
treef12f719229911a5a0c9dc9841b42d0f3a8fcc2a7 /Makefile
parent5c08d7666c3b4f75207822344edb7f54e1c4b0cb (diff)
downloadcanory-e6a617328c3b34ab831767645a63893f6bae92c2.tar.gz
canory-e6a617328c3b34ab831767645a63893f6bae92c2.tar.bz2
canory-e6a617328c3b34ab831767645a63893f6bae92c2.zip
Makefile: Split HTML and CSS validation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
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