libresman
diff Makefile @ 5:bd9b4ff19c93
more stuff
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 01 Feb 2014 08:02:08 +0200 |
parents | 61d7ff6da54b |
children |
line diff
1.1 --- a/Makefile Fri Jan 31 16:32:02 2014 +0200 1.2 +++ b/Makefile Sat Feb 01 08:02:08 2014 +0200 1.3 @@ -11,7 +11,9 @@ 1.4 api_major = 0 1.5 api_minor = 1 1.6 1.7 -CFLAGS = -pedantic -Wall -g 1.8 +dbg = -g 1.9 + 1.10 +CFLAGS = -pedantic -Wall $(dbg) $(opt) $(pic) 1.11 1.12 ifeq ($(shell uname -s), Darwin) 1.13 lib_so = lib$(name).dylib