diff options
| author | raysan5 <[email protected]> | 2020-08-23 21:10:59 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-08-23 21:10:59 +0200 |
| commit | ea832628c4bbae988c6484aaab78fc2419159084 (patch) | |
| tree | d55e0cd62160fee285440345f135d3018fc647db /examples/Makefile | |
| parent | d140dc81c04674019f388030842d72c69c6800d6 (diff) | |
| download | raylib-ea832628c4bbae988c6484aaab78fc2419159084.tar.gz raylib-ea832628c4bbae988c6484aaab78fc2419159084.zip | |
Review last PR formatting to follow raylib standards
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 2 |
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 |
