From a1d3a43940fe3992d70c5eba6390c062bd4d1696 Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Sat, 26 Dec 2020 12:49:31 +0100 Subject: [PATCH] Switched to make clean for post-checkout hook --- .hooks/post-checkout | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.hooks/post-checkout b/.hooks/post-checkout index 8c86bfc..7ea126e 100755 --- a/.hooks/post-checkout +++ b/.hooks/post-checkout @@ -1,4 +1,3 @@ #!/usr/bin/env sh -# Remove the build directory after checking out a branch -rm -rf build > /dev/null 2>&1 +make clean