summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2018-12-20 10:40:28 +0100
committerRay <[email protected]>2018-12-20 10:40:28 +0100
commit788bb78989415a2890bc1d902bcc957b12860341 (patch)
treecbc8271f049732a3f4d35a36eddacdb957bf840d /examples/Makefile
parent6ef1e1d9387192a9f6b49095dc77e3d6bfa367b7 (diff)
downloadraylib-788bb78989415a2890bc1d902bcc957b12860341.tar.gz
raylib-788bb78989415a2890bc1d902bcc957b12860341.zip
Some tweaks
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 14639b12..53e8555d 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -407,6 +407,7 @@ EXAMPLES = \
models/models_box_collisions \
models/models_billboard \
models/models_obj_loading \
+ models/models_obj_viewing \
models/models_heightmap \
models/models_cubicmap \
models/models_mesh_picking \
@@ -418,6 +419,7 @@ EXAMPLES = \
shaders/shaders_shapes_textures \
shaders/shaders_custom_uniform \
shaders/shaders_postprocessing \
+ shaders/shaders_raymarching \
audio/audio_sound_loading \
audio/audio_music_stream \
audio/audio_module_playing \