limit to author search
[mkws-moved-to-github.git] / test / Makefile
index 264fda8..8f90995 100644 (file)
@@ -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