Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 6f44b60

Browse files
committed
Updated Makefile.
1 parent 9da72cd commit 6f44b60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
BIN=node_modules/.bin
22

33
test:
4-
$(BIN)/eslint index.js
4+
make lint
55
doxdox index.js --layout index.js | diff DOCUMENTATION.md -
66

7+
lint:
8+
$(BIN)/eslint index.js
9+
710
fixtures:
811
doxdox index.js --layout index.js --output DOCUMENTATION.md

0 commit comments

Comments
 (0)