forked from GNUsocial/gnu-social
10 lines
182 B
Makefile
10 lines
182 B
Makefile
|
.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
|