From 256953957f10814757da2c2dbc227b88410d5b0a Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 25 Feb 2025 11:43:25 +0100 Subject: [PATCH] Update Makefile --- examples/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 717486803..6a859eb5f 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -96,7 +96,6 @@ SDL_INCLUDE_PATH ?= $(RAYLIB_SRC_PATH)/external/SDL2/include SDL_LIBRARY_PATH ?= $(RAYLIB_SRC_PATH)/external/SDL2/lib SDL_LIBRARIES ?= -lSDL2 -lSDL2main - # Use Wayland display server protocol on Linux desktop (by default it uses X11 windowing system) # NOTE: This variable is only used for PLATFORM_OS: LINUX USE_WAYLAND_DISPLAY ?= FALSE @@ -549,7 +548,6 @@ SHAPES = \ shapes/shapes_splines_drawing \ shapes/shapes_top_down_lights - TEXTURES = \ textures/textures_background_scrolling \ textures/textures_blend_modes \ @@ -666,7 +664,6 @@ ifeq ($(TARGET_PLATFORM), PLATFORM_DESKTOP_GFLW) OTHERS += others/rlgl_standalone endif - CURRENT_MAKEFILE = $(lastword $(MAKEFILE_LIST)) # Define processes to execute