build:
	`npm bin`/coffee -o lib -c src/*.coffee

all: build
