From 8b2e1af6b0338a9fe9b1b23c2928f6bfeb62213b Mon Sep 17 00:00:00 2001 From: Zorglube <630192+zorglube@users.noreply.github.com> Date: Thu, 20 Aug 2020 14:37:42 +0200 Subject: [PATCH] BSD Make if --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f693306..07998fb 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,9 @@ TAGS= # Windows needs the .exe extension. -ifeq ($(TARGET),windows) +.if ${TARGET} == "windows" EXT=.exe -endif +.endif .PHONY: fmt vet get clean dev setdev test ServerMovieNight