mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Merge branch 'mqtt' into mqtt_plus
This commit is contained in:
commit
7eb67a83e2
10 changed files with 74 additions and 29 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,7 @@
|
|||
# This makefile is for all platforms.
|
||||
|
||||
# If you have the resampler library installed, add -DHAS_SRC to the CFLAGS line, and -lsamplerate to the LIBS line.
|
||||
|
||||
CC = cc
|
||||
CXX = c++
|
||||
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -I/usr/local/include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue