Update Makefile

Mentioned .lib for Windows static libraries.
This commit is contained in:
Colleen 2023-10-22 21:32:07 -03:00 committed by GitHub
parent b3028e4891
commit 07fd26931d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ RAYLIB_SRC_PATH ?= ../src
# NOTE: If externally provided, make sure directory exists
RAYLIB_RELEASE_PATH ?= $(RAYLIB_SRC_PATH)
# Library type used for raylib: STATIC (.a) or SHARED (.so/.dll)
# Library type used for raylib: STATIC (.a/.lib) or SHARED (.so/.dll)
RAYLIB_LIBTYPE ?= STATIC
# Build mode for library: DEBUG or RELEASE