all: lib/decmath.min.js test: FORCE mocha --reporter spec lib/decmath.min.js: lib/decmath.js uglifyjs --comments='/@licstart/' -o $@ $< # Portable ".PHONY" FORCE: