forked from mia/Aegisub
ae37b2481f
Originally committed to SVN as r968.
8 lines
165 B
Makefile
8 lines
165 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
SUBDIRS = ac FexTrackerSource csri aegisub locale
|
|
|
|
lua51/src/liblua.a:
|
|
make -C lua51/src CC=$(CXX) a
|
|
|
|
all-recursive: lua51/src/liblua.a
|
|
|