summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-12-28 14:04:10 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-12-28 14:04:10 +0100
commit8d422e7fef9744e0b582a34217dab9352a8b2a8a (patch)
tree3f49c837a84c71afccd2117fe1e179e9bfb129a3 /Makefile
parentdb109373d87b1fa5fe9f3d027d1bb752f725b74a (diff)
downloadffmpeg-8d422e7fef9744e0b582a34217dab9352a8b2a8a.tar.gz
Makefile: Allow "make clean" to delete compat/atomics/pthread/stdatomic.o
Reported-by: Eric Thomas
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4bf1dfedcf..59b26c65c9 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@ uninstall-data:
clean::
$(RM) $(CLEANSUFFIXES)
- $(RM) $(addprefix compat/,$(CLEANSUFFIXES)) $(addprefix compat/*/,$(CLEANSUFFIXES))
+ $(RM) $(addprefix compat/,$(CLEANSUFFIXES)) $(addprefix compat/*/,$(CLEANSUFFIXES)) $(addprefix compat/*/*/,$(CLEANSUFFIXES))
$(RM) -r coverage-html
$(RM) -rf coverage.info coverage.info.in lcov