mirror of
https://github.com/wassname/random.js.git
synced 2026-08-20 12:40:14 +08:00
8 lines
72 B
Makefile
8 lines
72 B
Makefile
.PHONY: all test clean
|
|
all:
|
|
|
|
test:
|
|
mocha test/tests.js -R spec
|
|
|
|
clean:
|