added rule to update support/ui

master
melvin 2012-10-27 12:57:23 +08:00
parent 1b0c6ca734
commit f7c1af882a
1 changed files with 4 additions and 0 deletions

View File

@ -430,3 +430,7 @@ crash.txt: $(wildcard *.log)
for i in `grep "^Excep" -l $^`; do \
tail -n +`grep -n "random seed" $$i | tail -1 | cut -d':' -f1` $$i; \
done >> $@
support/ui:
for i in src/$@/*.java; do wget https://cakehat.googlecode.com/svn/trunk/$$i -O $$i; done