UNPKG

boo

Version:

Core prototypical primitives for Object Orientation/Composition.

22 lines (15 loc) 298 B
targets = boo.umd.js bin = $(shell npm bin) browserify = $(bin)/browserify lib/boo.js bundle: mkdir -p dist $(browserify) --standalone boo > $@ clean: rm -rf dist test: node ./test/node browser-test: brofist-browser serve test/specs benchmark: node ./test/benchmarks/suite .PHONY: test