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