Commit cbcdb2d8 authored by Diego Biurrun's avatar Diego Biurrun

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

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