Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 183 Bytes

File metadata and controls

9 lines (7 loc) · 183 Bytes
 
May 25, 2011
May 25, 2011
1
lib_LTLIBRARIES = libtest.la
May 30, 2011
May 30, 2011
2
libtest_la_SOURCES = test.c ../SDL_test.c
Jun 4, 2011
Jun 4, 2011
3
libtest_la_CLAGS = -fPIC -g
May 25, 2011
May 25, 2011
4
5
6
libtest_la_LDFLAGS = `sdl-config --libs`
distclean-local:
May 26, 2011
May 26, 2011
7
8
-rm *.dylib
-rm *.so