Skip to content

Commit

Permalink
No need string-set
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgle committed Dec 10, 2023
1 parent e790bff commit 092f40c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 172 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ TARGET = graftcp $(GRAFTCP_LOCAL_BIN)
all:: $(TARGET)


graftcp: main.o graftcp.o util.o string-set.o cidr-trie.o conf.o
graftcp: main.o graftcp.o util.o cidr-trie.o conf.o
$(CC) $^ -o $@

libgraftcp.a: graftcp.o util.o string-set.o cidr-trie.o conf.o
libgraftcp.a: graftcp.o util.o cidr-trie.o conf.o
$(AR) rcs $@ $^

%.o: %.c
Expand Down
136 changes: 0 additions & 136 deletions string-set.c

This file was deleted.

34 changes: 0 additions & 34 deletions string-set.h

This file was deleted.

0 comments on commit 092f40c

Please sign in to comment.