Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgle committed Jun 24, 2021
1 parent 75c9e41 commit 532773d
Show file tree
Hide file tree
Showing 4 changed files with 467 additions and 466 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ TARGET = graftcp $(GRAFTCP_LOCAL_BIN)
all:: $(TARGET)


graftcp: cmd.o libgraftcp.a
graftcp: main.o graftcp.o util.o string-set.o
$(CC) $^ -o $@

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

%.o: %.c
Expand Down
5 changes: 0 additions & 5 deletions cmd.c

This file was deleted.

Loading

0 comments on commit 532773d

Please sign in to comment.