From 89f395d2ca3fcaffde2fcd9ef3acbe8b521bf4ea Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 3 Jun 2019 12:14:39 +0200 Subject: tunnel: fix formatting --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9bc56260..eb50bc37 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,10 @@ x86/wireguard.exe: export GOARCH := 386 x86/wireguard.exe: resources_386.syso $(SOURCE_FILES) go build $(GOFLAGS) -o $@ +fmt: export CC := i686-w64-mingw32-gcc +fmt: + go fmt ./... + deploy: amd64/wireguard.exe -ssh $(DEPLOYMENT_HOST) -- 'taskkill /im wireguard.exe /f' scp $< $(DEPLOYMENT_HOST):$(DEPLOYMENT_PATH) @@ -48,4 +52,4 @@ deploy: amd64/wireguard.exe clean: rm -rf *.syso ui/icon/*.ico x86/ amd64/ .deps -.PHONY: deploy clean all +.PHONY: deploy clean fmt all -- cgit v1.2.3-59-g8ed1b