mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2025-12-06 05:32:00 +01:00
Merge branch 'master' into SimpleDMR
This commit is contained in:
commit
c5ce304edb
|
|
@ -1,9 +1,9 @@
|
|||
# This makefile is for use with the Raspberry Pi when using an OLED display. The wiringpi library is needed.
|
||||
# This makefile is for use with the Raspberry Pi when using an OLED display. The wiringpi library is not needed.
|
||||
|
||||
CC = cc
|
||||
CXX = c++
|
||||
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -DHAVE_LOG_H -DOLED -I/usr/local/include
|
||||
LIBS = -lArduiPi_OLED -lwiringPi -lpthread
|
||||
LIBS = -lArduiPi_OLED -lpthread
|
||||
LDFLAGS = -g -L/usr/local/lib
|
||||
|
||||
OBJECTS = \
|
||||
|
|
|
|||
Loading…
Reference in a new issue