]> git.saurik.com Git - cycript.git/blobdiff - makefile
Milestone #1: YUI has been destroyed, with room to spare.
[cycript.git] / makefile
index 430e6d6c6e069438931a2bd54f9cff0f624069b6..ed5ae2869d4d016b8ebfa41022c2e93120320b8a 100644 (file)
--- a/makefile
+++ b/makefile
@@ -140,7 +140,7 @@ package: $(deb)
 test: $(deb)
        dpkg -i $(deb)
        if [[ -e target.cy ]]; then cycript -c target.cy && echo; fi
-       if [[ -e jquery.js ]]; then cycript -c jquery.js >jquery.cyc.js; gzip -9c jquery.cyc.js >jquery.cyc.js.gz; ls -la jquery.{cyc,yui}.js{,.gz}; fi
+       if [[ -e jquery.js ]]; then /usr/bin/time cycript -c jquery.js >jquery.cyc.js; gzip -9c jquery.cyc.js >jquery.cyc.js.gz; ls -la jquery.{cyc,yui}.js{,.gz}; fi
        if [[ -e test.cy ]]; then cycript test.cy; fi
 
 .PHONY: all clean extra package control