UNPKG

shortify

Version:

rewrites require paths with defined aliases

12 lines (8 loc) 197 B
SHELL := /bin/bash PATH := node_modules/.bin:$(PATH) build: node bin/builder > opt/test/build.js test: build @mocha --reporter spec opt/test/build.js clean: @rm opt/test/build.js