UNPKG
tic-tac-toe-js
Version:
latest (0.0.2)
0.0.2
Tic Tac Toe
tic-tac-toe-js
/
Makefile
10 lines
(6 loc)
•
125 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
default: test
BIN=node_modules/.bin MOCHA=
$(BIN)
/mocha
.PHONY
: test
test:
@
$(MOCHA)
--reporter spec --recursive --colors