Skip to content

Commit

Permalink
Begrudging transcendence from cake to make
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Serby committed Feb 7, 2012
1 parent 3932644 commit 4a5a155
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 32 deletions.
32 changes: 0 additions & 32 deletions Cakefile

This file was deleted.

12 changes: 12 additions & 0 deletions Makefile
@@ -0,0 +1,12 @@
test:
@./node_modules/.bin/mocha \
-r should \
-R spec

lint-changed:
@jshint `git status --porcelain | sed -e "s/^...//g"`

lint:
@jshint lib test

.PHONY: test lint lint-changed

0 comments on commit 4a5a155

Please sign in to comment.