Skip to content

Commit

Permalink
Clear external/backward/build dir with 'make clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
who-biz committed Sep 6, 2023
1 parent 1ca491c commit a9de4a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ clean:
read -r -p "This will destroy the build directory, continue (y/N)?: " CONTINUE; \
[ $$CONTINUE = "y" ] || [ $$CONTINUE = "Y" ] || (echo "Exiting."; exit 1;)
rm -rf build
rm -rf external/backward/build

tags:
ctags -R --sort=1 --c++-kinds=+p --fields=+iaS --extra=+q src contrib tests/gtest
Expand Down

0 comments on commit a9de4a3

Please sign in to comment.