From 96f8d2b36f627b1ef96248fac6acc2efc5e0ebd4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 06 Jan 2017 18:21:11 -0500 Subject: Makefile: New file --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..fa37aa5 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +all: lib/decmath.min.js + +test: FORCE + mocha + +lib/decmath.min.js: lib/decmath.js + uglifyjs --comments='/@licstart/' -o $@ $< + +# Portable ".PHONY" +FORCE: -- cgit v0.9.1