stasis-bLSM/thrift/Makefile
sears fd40318867 checkin thrift stuff
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@2925 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
2011-08-19 19:45:40 +00:00

6 lines
94 B
Makefile

all::
thrift --gen cpp --gen java persistent_store.thrift
clean::
rm -rf gen-cpp gen-java