diff options
| author | LelixSuper <emanuele98@openmailbox.org> | 2016-06-06 19:26:30 +0200 |
|---|---|---|
| committer | LelixSuper <emanuele98@openmailbox.org> | 2016-06-06 19:26:30 +0200 |
| commit | 302d84cedc334087efa9395d71499118b74b2031 (patch) | |
| tree | 197efcb2a5093a5bcb6ec870c8a35105c00be475 /src | |
| parent | ad8a5a95b2524291ffd4aaaef17ef7c28b4ee3ab (diff) | |
| download | raylib-302d84cedc334087efa9395d71499118b74b2031.tar.gz raylib-302d84cedc334087efa9395d71499118b74b2031.zip | |
Fix mistake in Makefile
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 |
