summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/makefile
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/makefile')
-rw-r--r--3rdparty/bgfx/examples/makefile24
1 files changed, 2 insertions, 22 deletions
diff --git a/3rdparty/bgfx/examples/makefile b/3rdparty/bgfx/examples/makefile
index 9e53c42cd5e..13ce9f336b8 100644
--- a/3rdparty/bgfx/examples/makefile
+++ b/3rdparty/bgfx/examples/makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2016 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
#
@@ -30,27 +30,7 @@ rebuild:
# @make -s --no-print-directory rebuild -C 25-c99
# @make -s --no-print-directory rebuild -C 26-occlusion
@make -s --no-print-directory rebuild -C 27-terrain
+ @make -s --no-print-directory rebuild -C 28-wireframe
@make -s --no-print-directory rebuild -C common/font
@make -s --no-print-directory rebuild -C common/imgui
@make -s --no-print-directory rebuild -C common/nanovg
-
-metal:
- @make -s --no-print-directory TARGET=5 -C 01-cubes
- @make -s --no-print-directory TARGET=5 -C 03-raymarch
- @make -s --no-print-directory TARGET=5 -C 04-mesh
- @make -s --no-print-directory TARGET=5 -C 05-instancing
- @make -s --no-print-directory TARGET=5 -C 06-bump
- @make -s --no-print-directory TARGET=5 -C 07-callback
- @make -s --no-print-directory TARGET=5 -C 08-update
- @make -s --no-print-directory TARGET=5 -C 09-hdr
- @make -s --no-print-directory TARGET=5 -C 12-lod
- @make -s --no-print-directory TARGET=5 -C 13-stencil
- @make -s --no-print-directory TARGET=5 -C 14-shadowvolumes
- @make -s --no-print-directory TARGET=5 -C 15-shadowmaps-simple
- @make -s --no-print-directory TARGET=5 -C 16-shadowmaps
- @make -s --no-print-directory TARGET=5 -C 18-ibl
- @make -s --no-print-directory TARGET=5 -C 19-oit
- @make -s --no-print-directory TARGET=5 -C 21-deferred
- @make -s --no-print-directory TARGET=5 -C 23-vectordisplay
- @make -s --no-print-directory TARGET=5 -C 24-nbody
- @make -s --no-print-directory TARGET=5 -C 27-terrain