From 9adc25e414ea87a26d703a37346ec0953819374b Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Wed, 21 Aug 2019 15:58:01 +0200 Subject: [PATCH] typo --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 9f3a0e34f..7e0b1bdf9 100644 --- a/Makefile +++ b/Makefile @@ -309,10 +309,6 @@ $(SRCMANAGERDIR)/site/htdocs/static/js/%.js: $(SRCMANAGERDIR)/site/coffee/%.coff @echo "Compressing $*.css" @yui-compressor $*.css > $*.min.css -xx: - echo $(UGLIFYJSVERSION) - echo $(UGLIFYJSVERSION) - %.min.js: %.js @echo "Compressing $*.js" if test "$(UGLIFYJSVERSION)" = 2; then \