Add some licensing, etc. metadata.
[string-lerp.git] / Makefile
index 96f45a4..862091d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ TESTS = $(wildcard tests/*.js);
 LINT_TARGETS = $(addprefix build/stamp/,$(addsuffix .lint,$(SOURCES)))
 TEST_TARGETS = $(addprefix build/stamp/,$(addsuffix .test,$(SOURCES)))
 
-.PHONY: all check lint test min
+.PHONY: all check lint test min clean distclean
 
 all:
        @echo "Interesting targets:"
@@ -22,7 +22,7 @@ all:
        @echo
 
 %.min.js: %.js $(UGLIFY)
-       $(UGLIFY) -m < $< > $@
+       $(UGLIFY) --comments -m < $< > $@
 
 build:
        mkdir -p build/stamp build/dist