fixed path to google compiler in Makefile

This commit is contained in:
scottjehl 2010-10-25 11:27:54 -04:00
parent a382295724
commit a71c7a936a

View file

@ -66,7 +66,7 @@ mobile:
min: mobile
@@head -8 js/jquery.mobile.js > ${MIN}
@@java -jar ../jquery/build/google-compiler-20100917.jar --js ${MAX} --warning_level QUIET --js_output_file ${MIN}.tmp
@@java -jar build/google-compiler-20100917.jar --js ${MAX} --warning_level QUIET --js_output_file ${MIN}.tmp
@@cat ${MIN}.tmp >> ${MIN}
@@rm -f ${MIN}.tmp