BSD Make if

This commit is contained in:
Zorglube 2020-08-20 14:37:42 +02:00 committed by GitHub
parent cae345dec8
commit 8b2e1af6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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