Skip to content

Commit

Permalink
Rename: local=>graftcp-local
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgle committed Jul 27, 2018
1 parent b5cd9dc commit 26ebff2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
all: graftcp local/local
all: graftcp graftcp-local/graftcp-local

graftcp: main.o util.o
cc $^ -o $@

local/local: local/*.go
cd local && go build
graftcp-local/graftcp-local: graftcp-local/*.go
cd graftcp-local && go build

clean::
rm -f *.o graftcp local/local
rm -f *.o graftcp graftcp-local/graftcp-local
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 26ebff2

Please sign in to comment.