diff --git a/Makefile b/Makefile index ffcc78fa..5b709ae6 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ build-win64: @echo "=== Building Win64" $(LAZBUILD) $(OPTS) $(LPI) @mkdir -p ./out/win64 - @mv -v $(BIN) $(BINWIN64) + @mv -v "$(BIN).exe" "$(BINWIN64)" run-win64: @echo "Not implemented yet."