summaryrefslogtreecommitdiff
path: root/rebar.config.sample
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config.sample')
-rw-r--r--rebar.config.sample20
1 files changed, 0 insertions, 20 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index 9870017..ca164fd 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -8,18 +8,6 @@
%% Additional library directories to add to the code path
{lib_dirs, []}.
-%% Command to run before compiling
-{compile_pre_script, "./script.sh"}.
-
-%% Command to run after compiling
-{compile_post_script, "./script.sh"}.
-
-%% Command to run before cleaning
-{clean_pre_script, "./script.sh"}.
-
-%% Command to run after cleaning
-{clean_post_script, "./script.sh"}.
-
%% == Erlang Compiler ==
%% Erlang files to compile before the rest. Rebar automatically compiles
@@ -54,14 +42,6 @@
%% more info. Default is `[]'
{port_envs, []}.
-%% Tuple which specifies a pre-compilation script to run, and a filename that
-%% exists as a result of the script running.
-{port_pre_script, {"script.sh", "skipfile"}}.
-
-%% String that specifies a script to run during cleanup. Use this to remove
-%% files/directories created by port_pre_script.
-{port_cleanup_script, "cleanup.sh"}.
-
%% Custom name of the port driver .so file. Defaults to `<Application>_drv.so'.
{so_name, "driver.so"}.