honeywell-config/Makefile
s3lph 447e1c29ab
feat: argument parsing with getopt
feat: enumerate usb interfaces and endpoints rather than hardcoding them
2024-11-27 02:44:39 +01:00

8 lines
151 B
Makefile

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