Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
fc89d399179c40adbf108b041d2759e5f56ad4a9
/
.
/
test
/
py
/
Makefile
blob: 05943dd849fd59f9f9ed8c839b2a8dd85fed8cee [
file
] [
log
] [
blame
]
# Makefile for Thrift test project.
#
# Author:
# Mark Slee <mcslee@facebook.com>
# Default target is everything
target
:
all
# Tools
THRIFT
=
thrift
all
:
stubs
stubs
:
../
ThriftTest
.
thrift
$
(
THRIFT
)
--
py
../
ThriftTest
.
thrift
clean
:
rm
-
fr gen
-
py