~xdavidwu/motion-control

519c11fce8da375b98acd47d236501a9263a6d33 — xdavidwu 2 years ago 04a57ec
remove build tag on pointerc

it does not use sensors
2 files changed, 2 insertions(+), 2 deletions(-)

M Makefile
R tools/pointerc/{main+gy801.ha => main.ha}
M Makefile => Makefile +2 -2
@@ 14,9 14,9 @@ evdev/codes.ha: event-codes

evdev-dump-events uinput-pointer: evdev/codes.ha
	hare build -levdev -o $@ tools/$@/
sensors-dump pointerc:
sensors-dump:
	hare build $(SENSORS_LIBS) -T +$(SENSORS) -o $@ tools/$@/
buttonc:
buttonc pointerc:
	hare build -o $@ tools/$@/
pointerd: evdev/codes.ha
	hare build -levdev -o $@ cmd/$@/

R tools/pointerc/main+gy801.ha => tools/pointerc/main.ha +0 -0