summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-08-23 21:10:59 +0200
committerraysan5 <[email protected]>2020-08-23 21:10:59 +0200
commitea832628c4bbae988c6484aaab78fc2419159084 (patch)
treed55e0cd62160fee285440345f135d3018fc647db /examples/Makefile
parentd140dc81c04674019f388030842d72c69c6800d6 (diff)
downloadraylib-ea832628c4bbae988c6484aaab78fc2419159084.tar.gz
raylib-ea832628c4bbae988c6484aaab78fc2419159084.zip
Review last PR formatting to follow raylib standards
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
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