mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 04:31:26 +02:00
11 lines
195 B
Makefile
11 lines
195 B
Makefile
# process this with automake to create Makefile.in
|
|
|
|
bin_PROGRAMS = mngplay mngplay-static
|
|
|
|
mngplay_SOURCES = mngplay.c
|
|
mngplay_static_SOURCES = mngplay.c
|
|
|
|
mngplay_static_LDFLAGS = -static
|
|
|
|
# end
|