X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=3df691f6666fa68e7b1e68ac911a1f31a78ee3af;hb=53fb202a0ed1ef1df5c9c292de2fc410b782e5bb;hp=d400e2cbc07e374886faa501a47bec2e6129d199;hpb=ba04355e6b763ba8335c573a30a43ce78e011619;p=plewww.git diff --git a/Makefile b/Makefile index d400e2c..3df691f 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ endif compress: $(foreach file,\ $(shell find . -type f -iname "*.js" | grep -v datepicker.js | grep -v raphael),\ - $(shell python jsmin.py < $(file) > $(file).new && mv $(file).new $(file))) + $(shell python2 jsmin.py < $(file) > $(file).new && mv $(file).new $(file))) @echo "Compressed .js files with jsmin.py" .PHONY: compress