forked from lix-project/lix-website
6 lines
61 B
Makefile
6 lines
61 B
Makefile
|
test:
|
||
|
@find tests/*.js | xargs -n 1 -t node
|
||
|
|
||
|
.PHONY: test
|
||
|
|