diff --git a/Makefile.Pi.OLED b/Makefile.Pi.OLED index 43378e2..3e2dbaf 100644 --- a/Makefile.Pi.OLED +++ b/Makefile.Pi.OLED @@ -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 = \