Extend "make clean" to remove files from "make analyse".

This commit is contained in:
Andrew Wood
2023-08-28 10:15:52 +01:00
parent a8e232e894
commit 7d07db6526
+3
View File
@@ -100,3 +100,6 @@ analyse: $(pv_SOURCES:.c=.e) FORCE
grep -E -e '^Finished checking --' -e 'Hits = ' $+ 2>/dev/null || true
FORCE:
clean-local:
rm -f $(pv_SOURCES:.c=.e)