UNPKG
cajole
Version:
latest (0.1.0)
0.1.0
coax data into formats
github.com/quarterto/Cajole
quarterto/Cajole
cajole
/
Makefile
15 lines
(9 loc)
•
251 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
SHELL := /bin/bash
export
PATH :=
$(
shell
npm bin)
:
$(PATH)
SWEET_OPTS = -m sparkler/macros -m lambda-chop/macros -r
all: index.js
%.js: %.sjs
sjs
$(SWEET_OPTS)
--output
$@
$<
test: index.js test.js
mocha -u exports test.js
.PHONY
: test