mirror of
https://github.com/yawut/SDL.git
synced 2026-04-05 00:24:55 -05:00
5 lines
190 B
Makefile
5 lines
190 B
Makefile
lib_LTLIBRARIES = libtestrect.la
|
|
libtestrect_la_SOURCES = testrect.c
|
|
libtestrect_la_CLAGS = -fPIC -g
|
|
libtestrect_la_LDFLAGS = `sdl-config --libs` -I ../../src/libSDLtest/.libs/libSDLtest.la
|