diff options
author | Moxie Marlinspike <moxie@thoughtcrime.org> | 2014-11-24 12:54:30 -0800 |
---|---|---|
committer | Moxie Marlinspike <moxie@thoughtcrime.org> | 2014-11-24 12:54:30 -0800 |
commit | 60800e155612bea797eed93c67046a23d26054cc (patch) | |
tree | d88368c1c26162e27e790195133ca2b526597afe /protobuf/Makefile |
Break out into separate repo.
Diffstat (limited to 'protobuf/Makefile')
-rw-r--r-- | protobuf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protobuf/Makefile b/protobuf/Makefile new file mode 100644 index 00000000..a57c1ee7 --- /dev/null +++ b/protobuf/Makefile @@ -0,0 +1,3 @@ + +all: + protoc --java_out=../src/main/java/ WhisperTextProtocol.proto LocalStorageProtocol.proto |