From 116e15566013df6638c07fa14f78fbe5ca699ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 18 Jun 2026 23:29:15 -0700 Subject: [PATCH] shader makefile: Don't rebuild twice. (#3768) --- examples/02-metaballs/makefile | 3 --- examples/17-drawstress/makefile | 3 --- examples/common/debugdraw/makefile | 3 --- examples/common/font/makefile | 3 --- examples/common/imgui/makefile | 1 - examples/common/nanovg/makefile | 3 --- examples/common/ps/makefile | 3 --- 7 files changed, 19 deletions(-) diff --git a/examples/02-metaballs/makefile b/examples/02-metaballs/makefile index 1e2b9c821..d1e33b521 100644 --- a/examples/02-metaballs/makefile +++ b/examples/02-metaballs/makefile @@ -4,6 +4,3 @@ # include ../../scripts/shader-embeded.mk - -rebuild: - @make -s --no-print-directory clean all diff --git a/examples/17-drawstress/makefile b/examples/17-drawstress/makefile index 1e2b9c821..d1e33b521 100644 --- a/examples/17-drawstress/makefile +++ b/examples/17-drawstress/makefile @@ -4,6 +4,3 @@ # include ../../scripts/shader-embeded.mk - -rebuild: - @make -s --no-print-directory clean all diff --git a/examples/common/debugdraw/makefile b/examples/common/debugdraw/makefile index 9a72ba76a..6d11b6779 100644 --- a/examples/common/debugdraw/makefile +++ b/examples/common/debugdraw/makefile @@ -4,6 +4,3 @@ # include ../../../scripts/shader-embeded.mk - -rebuild: - @make -s --no-print-directory clean all diff --git a/examples/common/font/makefile b/examples/common/font/makefile index 9a72ba76a..6d11b6779 100644 --- a/examples/common/font/makefile +++ b/examples/common/font/makefile @@ -4,6 +4,3 @@ # include ../../../scripts/shader-embeded.mk - -rebuild: - @make -s --no-print-directory clean all diff --git a/examples/common/imgui/makefile b/examples/common/imgui/makefile index b65f95092..3764fa20b 100644 --- a/examples/common/imgui/makefile +++ b/examples/common/imgui/makefile @@ -27,4 +27,3 @@ fonts: droidsans.ttf.h \ icons_kenney.ttf.h rebuild: fonts - @make -s --no-print-directory clean all diff --git a/examples/common/nanovg/makefile b/examples/common/nanovg/makefile index 9a72ba76a..6d11b6779 100644 --- a/examples/common/nanovg/makefile +++ b/examples/common/nanovg/makefile @@ -4,6 +4,3 @@ # include ../../../scripts/shader-embeded.mk - -rebuild: - @make -s --no-print-directory clean all diff --git a/examples/common/ps/makefile b/examples/common/ps/makefile index 9a72ba76a..6d11b6779 100644 --- a/examples/common/ps/makefile +++ b/examples/common/ps/makefile @@ -4,6 +4,3 @@ # include ../../../scripts/shader-embeded.mk - -rebuild: - @make -s --no-print-directory clean all