Skip to content

Commit 5a321fc

Browse files
committed
Update makefile
1 parent 951aa77 commit 5a321fc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
output: $(wildcard **/*.go)
22
go build ./cmd/tcp-reverse-proxy
3-
cp ./tcp-reverse-proxy /bin
43
cp ./tcp-reverse-proxy /usr/bin
54
rm tcp-reverse-proxy
65

76
go build ./cmd/http-proxy
8-
cp ./http-proxy /bin
97
cp ./http-proxy /usr/bin
108
rm http-proxy
119

1210
uninstall:
13-
rm -f /bin/tcp-reverse-proxy /usr/bin/tcp-reverse-proxy
14-
rm -f /bin/http-proxy /usr/bin/http-proxy
11+
rm -f /usr/bin/tcp-reverse-proxy
12+
rm -f /usr/bin/http-proxy

0 commit comments

Comments
 (0)