We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fda6f commit 8f026b9Copy full SHA for 8f026b9
Makefile
@@ -3,8 +3,8 @@ build:
3
4
run:
5
go run tcpprox.go
6
-
7
-build all:
+
+compile:
8
# 32-bit
9
# Linux
10
GOOS=linux GOARCH=386 go build -o tcpprox-linux86
0 commit comments