summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 863114b5ff35c50d047b96d701015240d953b5b8 (plain)
1
2
3
4
5
6
7
8
9
10
all: lib/decmath.min.js

test: FORCE
	mocha --reporter spec

lib/decmath.min.js: lib/decmath.js
	uglifyjs --comments='/@licstart/' -o $@ $<

# Portable ".PHONY"
FORCE: