Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
4ecbebc09989a5fccb40fcb2d3d0d1b9f540a7d4
/
.
/
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