From f9b71e7bcd37aa02e16d5524b95a754e6df11b6f Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 1 Aug 2022 23:57:05 +0200 Subject: [PATCH] Update Makefile --- examples/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index 0261a9aa8..bd2fa0bac 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -495,7 +495,8 @@ AUDIO = \ audio/audio_music_stream \ audio/audio_raw_stream \ audio/audio_sound_loading \ - audio/audio_multichannel_sound + audio/audio_multichannel_sound \ + audio/audio_stream_effects CURRENT_MAKEFILE = $(lastword $(MAKEFILE_LIST))