Files
lsp/node_modules/regexp-clone/Makefile
Arnaud Nelissen 3af7ddab06 Initial commit
2021-11-17 11:25:08 +01:00

6 lines
76 B
Makefile

test:
@./node_modules/.bin/mocha $(T) --async-only $(TESTS)
.PHONY: test