1
0
This repository has been archived on 2024-03-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
search-query-parser/Makefile
2015-10-22 11:13:25 +08:00

10 lines
97 B
Makefile

BINS=./node_modules/.bin
install:
@npm install .
test:
@$(BINS)/mocha -R spec
.PHONY: test