Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Clean up paths in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
msiebuhr committed Aug 24, 2014
1 parent 004483c commit 758c048
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
@@ -1,11 +1,9 @@
PATH:=./node_modules/.bin:${PATH}

.PHONY: all test lint

all: lint test

test:
mocha -R spec
./node_modules/.bin/mocha -R spec

lint:
jshint lib/ test/
./node_modules/.bin/jshint lib/ test/

0 comments on commit 758c048

Please sign in to comment.