BSD Make if

This commit is contained in:
Zorglube 2020-08-20 14:37:42 +02:00 committed by Zorglube
parent 3b3ec278a6
commit a8d1019dc0
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