blob: 128bbe8d06d9cc5a400aef3849e1b2c59eabdb59 [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) -perl ../ThriftTest.thrift
clean:
rm -fr gen-perl