mirror of
https://github.com/yawut/SDL.git
synced 2026-04-07 09:35:10 -05:00
5 lines
210 B
Makefile
5 lines
210 B
Makefile
lib_LTLIBRARIES = libtestplatform.la
|
|
libtestplatform_la_SOURCES = testplatform.c
|
|
libtestplatform_la_CLAGS = -fPIC -g
|
|
libtestplatform_la_LDFLAGS = `sdl-config --libs` -I ../../src/libSDLtest/.libs/libSDLtest.la
|