diff options
| author | BugraAlptekinSari <[email protected]> | 2023-02-11 15:37:50 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-11 13:37:50 +0100 |
| commit | 4ae0a416f44195317d6b20af5b357c88c294faf1 (patch) | |
| tree | ae11ee615f5636c468cc2813a5491080cc6c1cea /examples/Makefile | |
| parent | 6ae21d6581e6030dbb218a932d3ae280e26481ff (diff) | |
| download | raylib-4ae0a416f44195317d6b20af5b357c88c294faf1.tar.gz raylib-4ae0a416f44195317d6b20af5b357c88c294faf1.zip | |
Added raymarch example and thumbnail for write depth (#2919)
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/Makefile b/examples/Makefile index dce02218..574975d2 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -523,7 +523,8 @@ SHADERS = \ shaders/shaders_hot_reloading \ shaders/shaders_mesh_instancing \ shaders/shaders_multi_sample2d \ - shaders/shaders_write_depth + shaders/shaders_write_depth \ + shaders/shaders_hybrid_render AUDIO = \ audio/audio_module_playing \ @@ -581,10 +582,10 @@ ifeq ($(PLATFORM),PLATFORM_DRM) rm -fv *.o endif ifeq ($(PLATFORM),PLATFORM_WEB) - ifeq ($(PLATFORM_OS),WINDOWS) + ifeq ($(PLATFORM_OS),WINDOWS) del *.wasm *.html *.js *.data - else + else rm -f */*.wasm */*.html */*.js */*.data - endif + endif endif @echo Cleaning done |
