diff --git a/rebar.config b/rebar.config index 33b8186..09df419 100644 --- a/rebar.config +++ b/rebar.config @@ -36,5 +36,5 @@ verbose ]}. -{pre_hooks, [{"", compile, "./enc compile"}]}. -{post_hooks, [{"", clean, "./enc clean"}]}. +{pre_hooks, [{"", compile, "escript enc compile"}]}. +{post_hooks, [{"", clean, "escript enc clean"}]}.