aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2016-06-06 20:20:21 +0200
committerRay <raysan5@gmail.com>2016-06-06 20:20:21 +0200
commitdd468e9ef9d2a9e964341b9ff55900eb62c89cb8 (patch)
tree197efcb2a5093a5bcb6ec870c8a35105c00be475 /src
parentad8a5a95b2524291ffd4aaaef17ef7c28b4ee3ab (diff)
parent302d84cedc334087efa9395d71499118b74b2031 (diff)
downloadraylib-dd468e9ef9d2a9e964341b9ff55900eb62c89cb8.tar.gz
raylib-dd468e9ef9d2a9e964341b9ff55900eb62c89cb8.zip
Merge pull request #124 from LelixSuper/patch-1
Fix mistake in the make file
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 7f15bd2f..92e37cfb 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -101,7 +101,7 @@ endif
# typing 'make' will invoke the default target entry called 'all',
-# in this case, the 'default' target entry is basic_game
+# in this case, the 'default' target entry is raylib
all: raylib
# compile raylib library