Skip to content

Commit

Permalink
Replace spaces with tabs, automatically changed by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
who-biz committed Sep 6, 2023
1 parent 2faccfb commit eb829d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +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
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 eb829d2

Please sign in to comment.