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