From 8f026b90b89e25729c5ad8bc8e5dfb0d18981d93 Mon Sep 17 00:00:00 2001 From: Etienne Stalmans Date: Mon, 25 May 2020 18:22:26 +0200 Subject: [PATCH] update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fe38302..b73637b 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ build: run: go run tcpprox.go - -build all: + +compile: # 32-bit # Linux GOOS=linux GOARCH=386 go build -o tcpprox-linux86