aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchriscamacho <chriscamacho@users.noreply.github.com>2019-10-11 13:54:13 +0100
committerRay <raysan5@gmail.com>2019-10-11 14:54:13 +0200
commit161c8b7d082dcaf7f71d14396f22ed6ddf8699e4 (patch)
treecdde3ac8c522c227930dd37a8e6fca67ea06682c
parent82306af111894397cb2028ac270f2916aa615fab (diff)
downloadraylib-161c8b7d082dcaf7f71d14396f22ed6ddf8699e4.tar.gz
raylib-161c8b7d082dcaf7f71d14396f22ed6ddf8699e4.zip
corrected examples Makefile target (#985)
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index c4e7c57c..c7175849 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -438,7 +438,7 @@ EXAMPLES = \
shaders/shaders_eratosthenes \
shaders/shaders_basic_lighting \
shaders/shaders_fog \
- shaders/shaders_simple \
+ shaders/shaders_simple_mask \
audio/audio_module_playing \
audio/audio_music_stream \
audio/audio_raw_stream \