diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ all: lib/decmath.min.js test: FORCE - mocha + mocha --reporter spec lib/decmath.min.js: lib/decmath.js uglifyjs --comments='/@licstart/' -o $@ $< |
index : decmath/decmath.js.git | ||
decmath.js JavaScript library | P. J. McDermott |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -1,7 +1,7 @@ all: lib/decmath.min.js test: FORCE - mocha + mocha --reporter spec lib/decmath.min.js: lib/decmath.js uglifyjs --comments='/@licstart/' -o $@ $< |