blob: 2ca39e2deb9c5dce34a5d3ec61d4ae1decfa6b38 [file] [log] [blame]
# Makefile for Thrift test project.
#
# Author:
# Mark Slee <mcslee@facebook.com>
# Default target is everything
target: all
# Tools
THRIFT = ../../compiler/cpp/thrift
all: ../ThriftTest.thrift
$(THRIFT) --gen perl ../ThriftTest.thrift
clean:
$(RM) -r gen-perl