1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- rebar.config.orig 2022-01-25 23:33:52 UTC
+++ rebar.config
@@ -1,18 +1,5 @@
-{plugins, [
- coveralls,
- pc
-]}.
-
-{project_plugins, [
- erlfmt
-]}.
-
-{provider_hooks, [
- {pre, [
- {compile, {pc, compile}},
- {clean, {pc, clean}}
- ]}
-]}.
+{pre_hooks, [{"", compile, "enc compile"}]}.
+{post_hooks, [{"", clean, "enc clean"}]}.
{port_specs, [
{"priv/erlfdb_nif.so", ["c_src/*.c"]}
|