* Use own function to define and parse command line options * Command line options can be defined by config file also * --limesdr allows to auto-set required SDR option for LimeSDR
8 lines
118 B
Makefile
8 lines
118 B
Makefile
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
|
|
|
|
noinst_LIBRARIES = liboptions.a
|
|
|
|
liboptions_a_SOURCES = \
|
|
options.c
|
|
|