Handle deadzone, return event type on read_event
This commit is contained in:
4
Makefile
4
Makefile
@ -2,8 +2,8 @@ TARGET = spnav
|
||||
TARGET_LIB = libspnavhdi.so # target lib
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = -Wall -Wextra -fPIC -pedantic -O2 # C flags for building library
|
||||
#CFLAGS = -Wall -Wextra -pedantic -g # C flags for developpement
|
||||
#CFLAGS = -Wall -Wextra -fPIC -pedantic -O2 # C flags for building library
|
||||
CFLAGS = -Wall -Wextra -pedantic -g # C flags for developpement
|
||||
|
||||
LDFLAGS = -Wall -Wextra -O2
|
||||
|
||||
|
Reference in New Issue
Block a user