X-Git-Url: https://git.yukkurigames.com/?p=string-lerp.git;a=blobdiff_plain;f=Makefile;h=862091d8deaa887165aba65076d70b425467c28f;hp=96f45a4c12e4a63eb139da3b1e60344a2ffa4021;hb=0e8c216ff3039c994a86f423cf66b60f162d0298;hpb=34182258ce91e32a350ce252a29cc73c06795089 diff --git a/Makefile b/Makefile index 96f45a4..862091d 100644 --- 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