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: