summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-14 00:07:44 +0200
committerRay <[email protected]>2019-05-14 00:07:44 +0200
commit6f7b721d81c46718ae522e4a05e16c93711faefb (patch)
tree8644e950fbcd9908c5ce5d220026910b4e22ba51 /examples/Makefile
parent6804c2189e07a661ef975146c288619589c90731 (diff)
parent00431396b0b516b2296c17e5e5b5fd9e72bacfec (diff)
downloadraylib-6f7b721d81c46718ae522e4a05e16c93711faefb.tar.gz
raylib-6f7b721d81c46718ae522e4a05e16c93711faefb.zip
Merge branch 'master' of https://github.com/raysan5/raylib
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 \