Files
asciidisco.com/build/node_modules/read-file-stdin/Makefile
2023-08-01 13:49:46 +02:00

9 lines
120 B
Makefile

node_modules: package.json
@npm install
test: node_modules
@./node_modules/.bin/mocha --reporter spec
.PHONY: test