BSD Make if

This commit is contained in:
Zorglube 2020-08-20 14:37:42 +02:00 committed by Bertrand Moreau
parent 7b64f4463f
commit 6a87ac6def
1 changed files with 2 additions and 2 deletions

View File

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