diff options
| author | Ray <[email protected]> | 2022-08-01 23:57:05 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-01 23:57:05 +0200 |
| commit | f9b71e7bcd37aa02e16d5524b95a754e6df11b6f (patch) | |
| tree | 4a4f826a6a5d3f0d3c4a64062a4847b0b1c252b8 /examples | |
| parent | 0f47054ececc520601707b17d197bf9555b9d7a0 (diff) | |
| download | raylib-f9b71e7bcd37aa02e16d5524b95a754e6df11b6f.tar.gz raylib-f9b71e7bcd37aa02e16d5524b95a754e6df11b6f.zip | |
Update Makefile
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 0261a9aa..bd2fa0ba 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)) |
