mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00: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
|