diff options
author | Eric <[email protected]> | 2013-05-09 17:04:18 -0700 |
---|---|---|
committer | Eric <[email protected]> | 2013-05-09 17:04:18 -0700 |
commit | efbdfbe117939cd50d0252a210b9b7634de42bb4 (patch) | |
tree | 74b0bad39d3a5b25bd4199728c16c0b1a4ade703 /relx.config | |
parent | 0d5a803a28010cc956948b614408b9d38997e9a1 (diff) | |
download | relx-efbdfbe117939cd50d0252a210b9b7634de42bb4.tar.gz relx-efbdfbe117939cd50d0252a210b9b7634de42bb4.tar.bz2 relx-efbdfbe117939cd50d0252a210b9b7634de42bb4.zip |
Basic file rename from rcl to rlx
Diffstat (limited to 'relx.config')
-rw-r--r-- | relx.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/relx.config b/relx.config new file mode 100644 index 0000000..a86ab3f --- /dev/null +++ b/relx.config @@ -0,0 +1,3 @@ +%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- +{release, {relcool, "0.0.1"}, + [relcool]}. |