programmingfonts/Makefile

14 lines
254 B
Makefile
Raw Normal View History

2023-07-03 20:28:10 +02:00
default: install lint test fonts/stylesheets/stylesheet.css
install:
npm install
lint:
npx eslint *.js
test:
npx ajv -c ajv-formats -s fonts-schema.json -d fonts.json
fonts/stylesheets/stylesheet.css: fonts/stylesheets/fonts.less
npx lessc $^ $@