diff options
| author | Ray <raysan5@gmail.com> | 2019-05-16 17:23:31 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-05-16 17:23:31 +0200 |
| commit | ce87d2ced4dbe60f97d3ed48635231c222482b18 (patch) | |
| tree | 8bf83cf921164b154f968b4e911f6911f2f3bc3d /examples/Makefile | |
| parent | 9fd410b8a87ede4b40be60ec5043090e2a86c6fe (diff) | |
| download | raylib-ce87d2ced4dbe60f97d3ed48635231c222482b18.tar.gz raylib-ce87d2ced4dbe60f97d3ed48635231c222482b18.zip | |
new example: shaders_eratosthenes
Contributed by ProfJski
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 1 |
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 \ |
