make/cmake cliparser lib and remove redundant getopt from reveng
This commit is contained in:
11
client/deps/cliparser/Makefile
Normal file
11
client/deps/cliparser/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
MYSRCPATHS =
|
||||
MYINCLUDES = -I../../../common -I../../../include -I../../src
|
||||
MYCFLAGS = -std=c99 -D_ISOC99_SOURCE
|
||||
MYDEFS =
|
||||
MYSRCS = \
|
||||
argtable3.c \
|
||||
cliparser.c
|
||||
|
||||
LIB_A = libcliparser.a
|
||||
|
||||
include ../../../Makefile.host
|
||||
Reference in New Issue
Block a user