aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-09-15 21:51:23 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2019-09-23 15:29:18 +0200
commite3847b9cee6b577ddd0db8227732b5b04f381dae (patch)
treee2601a419b7d8f9ff0b568e1e4c82d5d9512a8f2 /Makefile
parentversion: bump (diff)
downloadwireguard-windows-e3847b9cee6b577ddd0db8227732b5b04f381dae.tar.xz
wireguard-windows-e3847b9cee6b577ddd0db8227732b5b04f381dae.zip
mod: version bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ba86cc22..917738c3 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ OLD_GOROOT := $(GOROOT)
export GOROOT := $(CURDIR)/.deps/goroot
rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))
-SOURCE_FILES := $(call rwildcard,,*.go *.c *.h) .deps/prepared
+SOURCE_FILES := $(call rwildcard,,*.go *.c *.h) .deps/prepared go.mod go.sum
RESOURCE_FILES := resources.rc version/version.h manifest.xml $(patsubst %.svg,%.ico,$(wildcard ui/icon/*.svg))
REQUIRED_GO_VERSION := go1.13