1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00
ejabberd/.vscode/relive.sh
2025-01-21 13:45:28 +01:00

6 lines
108 B
Bash
Executable file

[ ! -f Makefile ] \
&& ./autogen.sh \
&& ./configure --with-rebar=rebar3 \
&& make
make relive