6 lines
100 B
Makefile
6 lines
100 B
Makefile
|
bin_PROGRAMS = barcode_service
|
||
|
|
||
|
barcode_service_SOURCES = \
|
||
|
barcode_service.h \
|
||
|
barcode_service.c
|