compile_commands.json added
This commit is contained in:
@ -2,7 +2,7 @@ CC = arm-linux-gnueabihf-gcc
|
||||
|
||||
CFLAGS += -I./include -L./lib
|
||||
|
||||
LDLIBS = -lofp -lrule -lua -lreg -lpcap -lnet -lpthread
|
||||
LDLIBS = -lofp -lrule -lua -lreg -lpcap -lnet -lpthread
|
||||
|
||||
user_openflow:main_user_openflow.c
|
||||
$(CC) $(CFLAGS) -o user_openflow main_user_openflow.c $(LDLIBS)
|
||||
|
||||
Reference in New Issue
Block a user