From 04bbbf8a7dd6c70f6dd3ef793d9e359c8c89f6d2 Mon Sep 17 00:00:00 2001 From: ThestralWarrior Date: Fri, 17 Jan 2025 16:34:23 +0530 Subject: [PATCH] docs: Upgrade make properclean to make distclean --- content/guides/internals.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/internals.mdx b/content/guides/internals.mdx index eba0f9f4..7cb36eab 100644 --- a/content/guides/internals.mdx +++ b/content/guides/internals.mdx @@ -208,7 +208,7 @@ When you exit the menu, you will most likely see this warning message: This is a very good recommandation and you'll use it a lot when configuring and building applications - so make sure to run ```console -$ make properclean +$ make distclean ``` ...followed by