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