From affca20c332f9808fb89a0e01d0ea75cdb1b5aec Mon Sep 17 00:00:00 2001 From: Bertrand Moreau Date: Fri, 21 Aug 2020 12:01:54 +0200 Subject: [PATCH] Removed: if windows It isn't mandatory to be suffixed by ".exe" to be runnable into an windows. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 07998fb..1ec3402 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,9 @@ TAGS= # Windows needs the .exe extension. -.if ${TARGET} == "windows" -EXT=.exe -.endif +#.if ${TARGET} == "windows" +#EXT=.exe +#.endif .PHONY: fmt vet get clean dev setdev test ServerMovieNight