diff options
Diffstat (limited to '3rdparty/bgfx/examples/makefile')
-rw-r--r-- | 3rdparty/bgfx/examples/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/3rdparty/bgfx/examples/makefile b/3rdparty/bgfx/examples/makefile index f39a5d4e988..3a5fff89c65 100644 --- a/3rdparty/bgfx/examples/makefile +++ b/3rdparty/bgfx/examples/makefile @@ -33,6 +33,10 @@ rebuild: @make -s --no-print-directory rebuild -C 28-wireframe @make -s --no-print-directory rebuild -C 30-picking @make -s --no-print-directory rebuild -C 31-rsm + @make -s --no-print-directory rebuild -C 33-pom +# @make -s --no-print-directory rebuild -C 34-mvs +# @make -s --no-print-directory rebuild -C 35-dynamic + @make -s --no-print-directory rebuild -C 36-sky @make -s --no-print-directory rebuild -C common/debugdraw @make -s --no-print-directory rebuild -C common/font @make -s --no-print-directory rebuild -C common/imgui |