UNPKG
shortify
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
rewrites require paths with defined aliases
github.com/bodokaiser/node-shortify
shortify
/
Makefile
12 lines
(8 loc)
•
197 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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