alias jsbeautifier -> jsb
[mkws-moved-to-github.git] / test / Makefile
index f769737..264fda8 100644 (file)
@@ -9,7 +9,7 @@ check:
 
 test: check
 
-jsbeautifier:
+jsbeautifier jsb:
        for i in ./spec/*.js ./js/*.js; do \
          jsbeautifier -j $$i > $@.tmp && mv -f $@.tmp $$i; \
        done