summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2017-08-27 20:58:49 +0200
committerGitHub <[email protected]>2017-08-27 20:58:49 +0200
commit958fed26c9249b283cca4252827bab46e6736bdb (patch)
tree07105964919c99674aab2b9e6459ab2639b365c8 /examples/Makefile
parentc074783861994fb9f3bcc618b776a41dc57b50d0 (diff)
parente173db19f7f8e7e79c3f0cd6b88c207561bfa28b (diff)
downloadraylib-958fed26c9249b283cca4252827bab46e6736bdb.tar.gz
raylib-958fed26c9249b283cca4252827bab46e6736bdb.zip
Merge pull request #348 from define-private-public/cmake_partial
CMake based build system.
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 7c6a1cea..e6ae80f7 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -189,7 +189,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
# libraries for Debian GNU/Linux desktop compiling
# requires the following packages:
# libglfw3-dev libopenal-dev libegl1-mesa-dev
- LIBS = -lraylib -lglfw3 -lGL -lopenal -lm -lpthread -ldl
+ LIBS = -lraylib -lglfw -lGL -lopenal -lm -lpthread -ldl
# on XWindow requires also below libraries
LIBS += -lX11 -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor
else