@@ -163,7 +163,7 @@ ifeq ($(PLATFORM),PLATFORM_RPI)
163163endif
164164ifeq ($(PLATFORM ) ,PLATFORM_WEB)
165165 # HTML5 emscripten compiler
166- # WARNING: To compile to HTML5, code must be redesigned
166+ # WARNING: To compile to HTML5, code must be redesigned
167167 # to use emscripten.h and emscripten_set_main_loop()
168168 CC = emcc
169169endif
@@ -297,12 +297,12 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
297297 # Libraries for Debian GNU/Linux desktop compiling
298298 # NOTE: Required packages: libegl1-mesa-dev
299299 LDLIBS = -lraylib -lGL -lm -lpthread -ldl -lrt
300-
300+
301301 # On X11 requires also below libraries
302302 LDLIBS += -lX11
303303 # NOTE: It seems additional libraries are not required any more, latest GLFW just dlopen them
304304 # LDLIBS += -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor
305-
305+
306306 # On Wayland windowing system, additional libraries requires
307307 ifeq ($(USE_WAYLAND_DISPLAY),TRUE)
308308 LDLIBS += -lwayland-client -lwayland-cursor -lwayland-egl -lxkbcommon
@@ -354,7 +354,7 @@ OBJS = main.c
354354
355355# For Android platform we call a custom Makefile.Android
356356ifeq ($(PLATFORM ) ,PLATFORM_ANDROID)
357- MAKEFILE_PARAMS = -f Makefile.Android
357+ MAKEFILE_PARAMS = -f Makefile.Android
358358 export PROJECT_NAME
359359 export SRC_DIR
360360else
0 commit comments