Makefile for Realtime's min.js

This commit is contained in:
Brion Vibber 2011-03-01 15:33:10 -08:00
parent c6521db620
commit dfbbeb67c8
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
.fake: all clean
all: realtimeupdate.min.js
clean:
rm -f realtimeupdate.min.js
realtimeupdate.min.js: realtimeupdate.js
yui-compressor realtimeupdate.js > realtimeupdate.min.js