diff options
Diffstat (limited to '3rdparty/bgfx/examples/makefile')
-rw-r--r-- | 3rdparty/bgfx/examples/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/3rdparty/bgfx/examples/makefile b/3rdparty/bgfx/examples/makefile index 9f1dd73b437..387bf76055e 100644 --- a/3rdparty/bgfx/examples/makefile +++ b/3rdparty/bgfx/examples/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2018 Branimir Karadzic. All rights reserved. +# Copyright 2011-2019 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # @@ -39,6 +39,8 @@ rebuild: @make -s --no-print-directory rebuild -C 36-sky # @make -s --no-print-directory rebuild -C 37-gpudrivenrendering @make -s --no-print-directory rebuild -C 38-bloom +# @make -s --no-print-directory rebuild -C 39-assao + @make -s --no-print-directory rebuild -C 40-svt @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 |