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:
parent
baa00eb56e
commit
89569e5916
2
Makefile
2
Makefile
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user