mirror of
https://github.com/odrling/Aegisub
synced 2025-04-08 20:25:45 +02:00
9 lines
143 B
Makefile
9 lines
143 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
SUBDIRS = ac aegisub locale
|
|
|
|
lua51/src/liblua.a:
|
|
make -C lua51/src CC=$(CXX) a
|
|
|
|
all-recursive: lua51/src/liblua.a
|
|
|