summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authoreggmund <[email protected]>2019-05-12 16:50:56 +0100
committereggmund <[email protected]>2019-05-12 16:50:56 +0100
commit49a49e492ab58745ce7d7bbb3f8cb5b315f12de0 (patch)
tree14a05387c453bb542f1a3ac678649c3de5275cf5 /examples/Makefile
parent561c486ceb2d1563fbcd0bec60a1f1d9e94cb7c0 (diff)
downloadraylib-49a49e492ab58745ce7d7bbb3f8cb5b315f12de0.tar.gz
raylib-49a49e492ab58745ce7d7bbb3f8cb5b315f12de0.zip
Added julia set shader example.
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 083afd92..6b9f5229 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -423,6 +423,7 @@ EXAMPLES = \
shaders/shaders_postprocessing \
shaders/shaders_raymarching \
shaders/shaders_palette_switch \
+ shaders/shaders_julia_set \
audio/audio_sound_loading \
audio/audio_music_stream \
audio/audio_module_playing \