mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 18:58:51 +00:00
7 lines
345 B
Makefile
7 lines
345 B
Makefile
|
SUBDIRS = compiler/cpp lib/cpp lib/py if
|
||
|
## Don't run make dist from a subversion working copy
|
||
|
## because it will pull in your .svn directories.
|
||
|
EXTRA_DIST = bootstrap.sh cleanup.sh doc test tutorial \
|
||
|
thrift.el thrift.vim thrift.bnf CONTRIBUTORS LICENSE \
|
||
|
lib/cocoa lib/erl lib/hs lib/java lib/ocaml lib/perl lib/php lib/rb
|