Skip to content

Commit c8de6de

Browse files
committed
Lint environment
1 parent 720889b commit c8de6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install link:
77
@npm $@
88

99
lint:
10-
@jshint index.js lib/*.js
10+
@jshint index.js `find lib -name '*.js'`
1111

1212
test: test-unit test-server
1313

0 commit comments

Comments
 (0)