From 0be9604e7445b178aa1b3eadd5b9498ce368582d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 30 Sep 2023 16:34:36 -0700 Subject: [PATCH] Uncomment examples. --- examples/makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/makefile b/examples/makefile index 667ba6560..7bc168373 100644 --- a/examples/makefile +++ b/examples/makefile @@ -40,9 +40,9 @@ all: #reused @make -s --no-print-directory build -C 34-mvs #reused @make -s --no-print-directory build -C 35-dynamic @make -s --no-print-directory build -C 36-sky -# @make -s --no-print-directory build -C 37-gpudrivenrendering + @make -s --no-print-directory build -C 37-gpudrivenrendering @make -s --no-print-directory build -C 38-bloom -# @make -s --no-print-directory build -C 39-assao + @make -s --no-print-directory build -C 39-assao @make -s --no-print-directory build -C 40-svt @make -s --no-print-directory build -C 41-tess @make -s --no-print-directory build -C 42-bunnylod @@ -91,9 +91,9 @@ rebuild: #reused @make -s --no-print-directory rebuild -C 34-mvs #reused @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 37-gpudrivenrendering + @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 39-assao @make -s --no-print-directory rebuild -C 40-svt @make -s --no-print-directory rebuild -C 41-tess @make -s --no-print-directory rebuild -C 42-bunnylod