From 9021a559f13dedee52ec942fcb0abafbc4d01d56 Mon Sep 17 00:00:00 2001 From: Pinghao Wu Date: Mon, 9 Sep 2024 22:15:41 +0800 Subject: [PATCH] Makefile: add event-codes to binary list to make it in .PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9dc38a7..3b536b1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SENSORS ?= gy801 SENSORS_LIBS = HEADERS_PREFIX ?= /usr/include -BINARIES = evdev-dump-events uinput-pointer sensors-dump pointerd pointerc motion-control buttonc +BINARIES = event-codes evdev-dump-events uinput-pointer sensors-dump pointerd pointerc motion-control buttonc ifeq ($(SENSORS), joycon) SENSORS_LIBS = -levdev -- 2.45.2