thrift/test/perl/Makefile
2008-12-23 03:45:43 +00:00

17 lines
269 B
Makefile

# 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