UNPKG
jsepgen
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Tiny module to generate code from the jsep AST
github.com/LapwingLabs/jsepgen
LapwingLabs/jsepgen
jsepgen
/
Makefile
8 lines
(5 loc)
•
95 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
test
: @
echo
"running tests..."
@./node_modules/.bin/mocha \ --reporter spec .PHONY:
test