blob: 5703c3ce8d9921a57e677f48a0b5e7ddb4b0796c [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) -r gen-perl