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