diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-21T01·20+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-21T01·20+0000 |
commit | 32d16e2b02bd9ef112107ae5408a1f8fb7fc92c1 (patch) | |
tree | 0e70ed699a13f7b74cc681b54182cc6fa0af8f1e /net/stomp_erl/Makefile | |
parent | ad0d127ab3ce0d56c275d8b5ea5f56b7a9e4c852 (diff) |
chore(stomp.erl): Prepare for depot merge
Diffstat (limited to 'net/stomp_erl/Makefile')
-rw-r--r-- | net/stomp_erl/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/stomp_erl/Makefile b/net/stomp_erl/Makefile new file mode 100644 index 000000000000..b3bc54673d0b --- /dev/null +++ b/net/stomp_erl/Makefile @@ -0,0 +1,8 @@ +PROJECT = stomp +PROJECT_DESCRIPTION = STOMP client for Erlang +PROJECT_VERSION = 0.1.0 + +# Whitespace to be used when creating files from templates. +SP = 4 + +include erlang.mk |