From 5f2ed911dbdd04ff8808b97b439082b06775e0da Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 6 Jun 2021 13:06:49 -0500 Subject: [PATCH] tidying --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e83a2a77..22dc9688 100644 --- a/Makefile +++ b/Makefile @@ -884,11 +884,9 @@ LAZYBUILDDIR = .cache/lazybuild STAGE_ASSETS = ${PROJ_DIR}/tools/pcommand stage_assets # Things to ignore when doing root level cleans. -ROOT_CLEAN_IGNORES = --exclude=assets/src_master \ - --exclude=config/localconfig.json \ - --exclude=.spinoffdata +ROOT_CLEAN_IGNORES = --exclude=config/localconfig.json -CHECK_CLEAN_SAFETY = ${PROJ_DIR}/tools/pcommand check_clean_safety +CHECK_CLEAN_SAFETY = tools/pcommand check_clean_safety # Some tool configs that need filtering (mainly injecting projroot path). TOOL_CFG_INST = tools/pcommand tool_config_install