Skip to content
Snippets Groups Projects
Commit cbcdb2d8 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

build: Delete compiler-generated compat files on 'make clean'

parent 62be1caf
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,7 @@ uninstall-data:
clean::
$(RM) $(CLEANSUFFIXES)
$(RM) $(addprefix compat/,$(CLEANSUFFIXES)) $(addprefix compat/*/,$(CLEANSUFFIXES))
$(RM) -rf coverage.info lcov
distclean::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment