#
# Nodelint 0.1.0
# November 09, 2010
# A fork of tav's nodelint (http://github.com/tav/nodelint)
# Corey Hart @ http://www.codenothing.com
#
.PHONY: all test clean


all:
	@node build/build.js

install:
	@node build/install.js

test:
	@node index.js --Nodelint-cli -l lint.out -vmipw .
