mirror of
https://github.com/kmilo17pet/quectel-cm.git
synced 2026-03-27 11:28:04 +01:00
Update Makefile
This commit is contained in:
parent
2d70f2411e
commit
2c623ffc8a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -20,7 +20,7 @@ QL_CM_DHCP=udhcpc_netlink.c
|
|||
QL_CM_DHCP+=${LIBMNL}
|
||||
endif
|
||||
|
||||
CFLAGS+=-Wall -Werror -O1
|
||||
CFLAGS+=-Wall -O1
|
||||
|
||||
release: clean qmi-proxy mbim-proxy
|
||||
$(CC) ${CFLAGS} -s ${QL_CM_SRC} ${QL_CM_DHCP} -o quectel-CM -lpthread -ldl -lrt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue