X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=8f90995436381e4cad767b1974027009a29189e4;hb=3eb6a86bd65b582b2806b9af1328a95ec3433ada;hp=f7697377c523feb1bcdca391ffd9a0c9778f14be;hpb=e1cd26870b750dd7d3047878470dedddb3c62e97;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index f769737..8f90995 100644 --- a/test/Makefile +++ b/test/Makefile @@ -9,7 +9,7 @@ check: test: check -jsbeautifier: +jsbeautifier jsb indent: for i in ./spec/*.js ./js/*.js; do \ jsbeautifier -j $$i > $@.tmp && mv -f $@.tmp $$i; \ done