summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-10-04 17:07:01 +0200
committerRoland Reichwein <mail@reichwein.it>2021-10-04 17:07:01 +0200
commitfa664fce85ef89c5cc09eb3fbbb1ac89d25dd974 (patch)
tree080efa29e6c8623d09b041e3fda1a8c36333d5e2 /Makefile
parentf1b80464337545b252f9ed48710b5d219a613ca4 (diff)
Version 1.2: Fixed cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39dcafb..a2b95be 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ dep: $(SRC:.cpp=.d)
$(CXX) $(CXXFLAGS) -c $< -o $@
clean:
- -rm -f src/recode src/test-unicode src/validate
+ -rm -f src/recode src/test-unicode src/validate src/*.tmp
-rm -rf result
-find . -name '*.o' -o -name '*.d' -o -name '*.gcno' -o -name '*.gcda' | xargs rm -f