Removed: if windows

It isn't mandatory to be suffixed by ".exe" to be runnable into an
windows.
This commit is contained in:
Bertrand Moreau 2020-08-21 12:01:54 +02:00
parent aaad03f44d
commit affca20c33
1 changed files with 3 additions and 3 deletions

View File

@ -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