s3lph
18f2d75d91
feat: read and print responses from barcode scanner feat: udev rule docs: add more usage examples
8 lines
137 B
Makefile
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
|