mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
10 lines
195 B
Makefile
10 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
|