mirror of
https://github.com/yawut/SDL.git
synced 2026-04-20 15:47:29 -05:00
10 lines
179 B
Makefile
10 lines
179 B
Makefile
lib_LTLIBRARIES = libtest.la
|
|
libtest_la_SOURCES = test.c SDL_test.c
|
|
libtest_la_CLAGS = -fPIC -g
|
|
libtest_la_LDFLAGS = `sdl-config --libs`
|
|
|
|
distclean-local:
|
|
-rm *.dylib
|
|
-rm *.so
|
|
|