24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-06 21:37:17 +02:00

make hooks and options work with rebar3 too

This commit is contained in:
Badlop 2021-02-11 15:14:00 +01:00
parent 18c9f5eedf
commit 4bc57f76eb

View File

@ -143,10 +143,10 @@ xref: all
$(REBAR) $(SKIPDEPS) xref $(REBAR) $(SKIPDEPS) xref
hooks: all hooks: all
tools/hook_deps.sh ebin tools/hook_deps.sh $(EBINDIR)
options: all options: all
tools/opt_types.sh ejabberd_option ebin tools/opt_types.sh ejabberd_option $(EBINDIR)
translations: translations:
tools/prepare-tr.sh tools/prepare-tr.sh