UNPKG
lirc_node
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Control LIRC from Node
github.com/alexbain/lirc_node
alexbain/lirc_node
lirc_node
/
Makefile
14 lines
(11 loc)
•
207 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TESTS =
test
/*.js REPORTER = dot
test
: @./node_modules/.bin/mocha \ --require should \ --require
test
/common.js \ --reporter $(REPORTER) \ --growl \ --
timeout
5000 $(TESTS) .PHONY:
test
bench