From 6b3b1c3b918fcb9bbf1d876ad6d58c38932a2469 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 13 Jun 2018 16:21:59 +0200 Subject: version: bump snapshot --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index af2f542..e10fdc2 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ BINDIR ?= $(PREFIX)/bin ifeq ($(shell go env GOOS),linux) ifeq ($(wildcard .git),) $(error Do not build this for Linux. Instead use the Linux kernel module. See wireguard.com/install/ for more info.) +else +$(shell printf 'package main\nconst UseTheKernelModuleInstead = 0xdeadbabe\n' > ireallywantobuildon_linux.go) endif endif -- cgit v1.2.3-59-g8ed1b