1
0
mirror of https://github.com/danog/php-libtgvoip.git synced 2024-11-26 20:04:48 +01:00

Don't be so verbose

This commit is contained in:
Daniil Gentili 2019-10-29 13:59:06 +01:00
parent baa00eb56e
commit 89569e5916
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -128,7 +128,7 @@ OBJECTS = $(OBJECTS_CC:%.c=%.o)
all: ${TGVOIP} ${OBJECTS} ${EXTENSION}
${TGVOIP}:
cd libtgvoip && autoreconf -vfi && ${MKDIR} build && cd build && bash -x ../configure --enable-desktop-dsp --enable-opus-music --enable-audio-callback --prefix=/usr && make -j$(shell nproc) && sudo make install && cd ../..
cd libtgvoip && autoreconf -vfi && ${MKDIR} build && cd build && ../configure --enable-desktop-dsp --enable-opus-music --enable-audio-callback --prefix=/usr && make -j$(shell nproc) && sudo make install && cd ../..
${EXTENSION}: ${OBJECTS}
${CXX} -o $@ ${OBJECTS} ${LFLAGS}