From 6c96092ee03493de75c69db1f6c98e1d14455339 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 9 Oct 2019 22:14:29 +0100 Subject: [PATCH] corrected examples Makefile target --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index c4e7c57c6..c71758497 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 \