openbox lab initialized
This commit is contained in:
8
openflow/Makefile
Normal file
8
openflow/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
CC=gcc
|
||||
|
||||
LDLIBS = -lofp -lrule -lua -lreg -lpcap -lnet -lpthread
|
||||
user_openflow:main_user_openflow.c
|
||||
$(CC) -o user_openflow main_user_openflow.c $(LDLIBS)
|
||||
|
||||
clean:
|
||||
rm -rf user_openflow *.o
|
||||
Reference in New Issue
Block a user