Test the makefile under Linux.

This commit is contained in:
Jonathan Naylor 2020-06-21 17:52:16 +01:00
parent 003833b85f
commit ff544141c6
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ CFLAGS = -g -O3 -Wall -std=c++0x -pthread
LIBS = -lpthread
# Use the following CFLAGS and LIBS if you do want to use gpsd.
CFLAGS = -g -O3 -Wall -DUSE_GPSD -std=c++0x -pthread
LIBS = -lpthread -lgps
#CFLAGS = -g -O3 -Wall -DUSE_GPSD -std=c++0x -pthread
#LIBS = -lpthread -lgps
LDFLAGS = -g