Skip to content

Commit 35034ad

Browse files
committed
Makefile: do not lint unexistent stuff
1 parent 0fdfb10 commit 35034ad

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
@@ -5,7 +5,7 @@ install link:
55
@npm $@
66

77
lint:
8-
@jshint index.js async.js lib/*.js
8+
@jshint index.js lib/*.js
99

1010
test: test-unit test-server
1111

0 commit comments

Comments
 (0)