summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-12 21:50:48 +0200
committerGitHub <[email protected]>2019-05-12 21:50:48 +0200
commit4b8c56ebd36ac1d93d219cdb905c89d924048e9e (patch)
tree43d2690d6357b916f5ca45dc8433f58e6f6a8c51 /examples/Makefile
parent561c486ceb2d1563fbcd0bec60a1f1d9e94cb7c0 (diff)
parentaea3b2df65685e589ee60ba94a65a69787c0a480 (diff)
downloadraylib-4b8c56ebd36ac1d93d219cdb905c89d924048e9e.tar.gz
raylib-4b8c56ebd36ac1d93d219cdb905c89d924048e9e.zip
Merge pull request #835 from eggmund/master
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 \