aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-05-16 17:23:31 +0200
committerRay <raysan5@gmail.com>2019-05-16 17:23:31 +0200
commitce87d2ced4dbe60f97d3ed48635231c222482b18 (patch)
tree8bf83cf921164b154f968b4e911f6911f2f3bc3d /examples/Makefile
parent9fd410b8a87ede4b40be60ec5043090e2a86c6fe (diff)
downloadraylib-ce87d2ced4dbe60f97d3ed48635231c222482b18.tar.gz
raylib-ce87d2ced4dbe60f97d3ed48635231c222482b18.zip
new example: shaders_eratosthenes
Contributed by ProfJski
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 df198012..fde0dd2e 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -451,6 +451,7 @@ EXAMPLES = \
shaders/shaders_texture_drawing \
shaders/shaders_texture_waves \
shaders/shaders_julia_set \
+ shaders/shaders_eratosthenes \
audio/audio_module_playing \
audio/audio_music_stream \
audio/audio_raw_stream \