diff options
| author | Ray <raysan5@gmail.com> | 2016-06-06 20:20:21 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2016-06-06 20:20:21 +0200 |
| commit | dd468e9ef9d2a9e964341b9ff55900eb62c89cb8 (patch) | |
| tree | 197efcb2a5093a5bcb6ec870c8a35105c00be475 /src | |
| parent | ad8a5a95b2524291ffd4aaaef17ef7c28b4ee3ab (diff) | |
| parent | 302d84cedc334087efa9395d71499118b74b2031 (diff) | |
| download | raylib-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/Makefile | 2 |
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 |
