aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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