使用libiptc下发规则

This commit is contained in:
2022-07-07 16:52:24 +08:00
parent 13d417727c
commit bb544a72de
13 changed files with 661 additions and 90 deletions

View File

@@ -1,10 +1,10 @@
CROSS_COMPILE ?=
CC := $(CROSS_COMPILE)gcc
CFLAGS += -g -Wall
LIB += -lcurl
CFLAGS += -g -Wall
LIB += -lcurl -lip4tc
OBG = rhost
all: rhost.o
all: conf.o rhost.o libiptc.o
$(CC) $(CFLAGS) $^ -o $(OBG) $(LIB)
clean: