• K
    Add a make target for shared library · f131d4c2
    kailiu 提交于
    Summary:
    Previous we made `make release` also compile shared library. However it takes a long time to complete.
    
    To make our development process more efficient. I added a new make target shared_lib.
    
    User can of course run `make <library_name>` for direct compilation. However the <library_name> changed under certain condition. Thus we need `make shared_lib` to get rid of the memorization from users' side.
    
    Test Plan: make shared_lib
    
    Reviewers: igor, sdong, haobo, dhruba
    
    Reviewed By: igor
    
    CC: leveldb
    
    Differential Revision: https://reviews.facebook.net/D15309
    f131d4c2
Makefile 17.3 KB