jade
Version:
Jade template engine
20 lines (13 loc) • 417 B
Plain Text
SRC = $(shell find lib -name "*.js")
TM_BUNDLE = editors/Stylus.tmbundle
TM_BUNDLE_DEST = ~/Library/Application\ Support/TextMate/Bundles
test: test-integration
test-integration:
@node test/run.js
install-bundle:
cp -fr $(TM_BUNDLE) $(TM_BUNDLE_DEST)
update-bundle:
cp -fr $(TM_BUNDLE_DEST)/Stylus.tmbundle editors
benchmark:
@node bm.js