UNPKG
corps
Version:
latest (0.1.0)
0.1.0
0.0.0
Streaming http body parser
github.com/quarterto/Corps
quarterto/Corps
corps
/
Makefile
12 lines
(7 loc)
•
183 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
LSC_OPTS = -b --const
%.js: %.ls
node_modules/.bin/lsc
$(LSC_OPTS)
-c
"
$<
"
all: index.js
test: all test.ls
node_modules/.bin/mocha -r LiveScript -u exports test.ls
.PHONY
: test