honeywell-config/Makefile
s3lph 18f2d75d91
feat: use libusb rather than usbdevfs to unclaim kernel driver
feat: read and print responses from barcode scanner
feat: udev rule
docs: add more usage examples
2024-11-26 19:56:30 +01:00

8 lines
137 B
Makefile

.PHONY: honeywell-config clean
honeywell-config:
gcc -lusb-1.0 -o honeywell-config honeywell-config.c
clean:
rm -f honeywell-config