5 lines
38 B
Makefile
5 lines
38 B
Makefile
|
test:
|
||
|
node test/run.js
|
||
|
|
||
|
.PHONY: test
|