From 0e0fd714bd54d4bd701e463752f2ef07b87baa7d Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:33:33 -0400 Subject: [PATCH] Fully clean Inkay build before compiling --- scripts/compile-custom-inkay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compile-custom-inkay.sh b/scripts/compile-custom-inkay.sh index a29863f..bbe693b 100755 --- a/scripts/compile-custom-inkay.sh +++ b/scripts/compile-custom-inkay.sh @@ -29,7 +29,7 @@ else fi print_info "Compiling the Inkay patches..." -rm -f ./*.elf ./*.wps +git clean -fdx # Set up the Inkay build environment and then build the patches docker build . -t inkay-build