Skip to content
Snippets Groups Projects
Commit 3749f25e authored by raphael.bach's avatar raphael.bach
Browse files

Remove img/* from clean target in makefile

parent a127af4c
No related branches found
No related tags found
No related merge requests found
...@@ -278,7 +278,6 @@ clean: ...@@ -278,7 +278,6 @@ clean:
find . -name '*.gcno' -type f -exec rm -f {} \; find . -name '*.gcno' -type f -exec rm -f {} \;
find . -name '*.gcda' -type f -exec rm -f {} \; find . -name '*.gcda' -type f -exec rm -f {} \;
find . -name '*.gcov' -type f -exec rm -f {} \; find . -name '*.gcov' -type f -exec rm -f {} \;
rm -f ./img/*
rm -f $(BUILD_PATH)/* rm -f $(BUILD_PATH)/*
rm -f ./*.out rm -f ./*.out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment