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