mirror of
https://github.com/yawut/SDL.git
synced 2026-03-28 12:44:48 -05:00
5 lines
200 B
Makefile
5 lines
200 B
Makefile
lib_LTLIBRARIES = libtestrender.la
|
|
libtestrender_la_SOURCES = testrender.c
|
|
libtestrender_la_CLAGS = -fPIC -g
|
|
libtestrender_la_LDFLAGS = `sdl-config --libs` -I ../../src/libSDLtest/.libs/libSDLtest.la
|