From fb9c4e0121f2606e3340791e0c99e5b116421fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 13 Dec 2015 11:05:25 -0800 Subject: [PATCH] Cleanup. --- examples/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/makefile b/examples/makefile index 117f994e2..9e53c42cd 100644 --- a/examples/makefile +++ b/examples/makefile @@ -29,6 +29,7 @@ rebuild: @make -s --no-print-directory rebuild -C 24-nbody # @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 common/font @make -s --no-print-directory rebuild -C common/imgui @make -s --no-print-directory rebuild -C common/nanovg @@ -52,3 +53,4 @@ metal: @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