mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
8 lines
131 B
Makefile
8 lines
131 B
Makefile
|
all: FontList.swf
|
||
|
|
||
|
FontList.swf: clean
|
||
|
mxmlc -static-link-runtime-shared-libraries FontList.as
|
||
|
|
||
|
clean:
|
||
|
rm -f FontList.swf
|