[Title] Changed Makefile to make debug binaries
authorHaegeun Park <haegeun.park@samsung.com>
Tue, 13 Aug 2013 04:43:57 +0000 (21:43 -0700)
committerHaegeun Park <haegeun.park@samsung.com>
Tue, 13 Aug 2013 04:49:57 +0000 (21:49 -0700)
commit81a6342d8096e48a5201b0a13ba9941e7ef53970
tree546249c93ee18f9564216d0d50282d9bc282cab2
parentfd09d4623cefc98c327b2d4a322b1010af10978f
[Title] Changed Makefile to make debug binaries

[Issue#]
[Problem]
[Cause]
[Solution]
- make opt : make optimized binaries. build path : /lib
- make dbg : make debug binaries. build path : /lib_dbg
- make : make both optimized & debug
Makefile