From ea832628c4bbae988c6484aaab78fc2419159084 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sun, 23 Aug 2020 21:10:59 +0200 Subject: Review last PR formatting to follow raylib standards --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/Makefile b/examples/Makefile index b5590be6..81559090 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -291,7 +291,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) ifeq ($(PLATFORM_OS),LINUX) # Reset everything. # Precedence: immediately local, installed version, raysan5 provided libs - LDFLAGS = -L. -L$(RAYLIB_INSTALL_PATH) -L$(RAYLIB_RELEASE_PATH) -L$(RAYLIB_PATH) + LDFLAGS = -L. -L$(RAYLIB_INSTALL_PATH) -L$(RAYLIB_RELEASE_PATH) -L$(RAYLIB_PATH) endif endif -- cgit v1.2.3