diff options
| author | Marco Lizza <[email protected]> | 2019-01-09 16:08:10 +0100 |
|---|---|---|
| committer | Marco Lizza <[email protected]> | 2019-01-09 16:08:10 +0100 |
| commit | adf0c6486480d601f7e20272ac43abe19233997d (patch) | |
| tree | 42903aee4f9613236dff4d1d99d3b5718738b4cf /examples | |
| parent | e48f2f9d43238293059b5c3ecec8e13eecc9a68b (diff) | |
| download | raylib-adf0c6486480d601f7e20272ac43abe19233997d.tar.gz raylib-adf0c6486480d601f7e20272ac43abe19233997d.zip | |
Fixing typo in examples makefile, preventing build.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 53e8555d..deeadb75 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -407,7 +407,7 @@ EXAMPLES = \ models/models_box_collisions \ models/models_billboard \ models/models_obj_loading \ - models/models_obj_viewing \ + models/models_obj_viewer \ models/models_heightmap \ models/models_cubicmap \ models/models_mesh_picking \ |
