diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2017-03-01 13:42:43 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2017-03-01 13:43:03 +0100 |
commit | a2ca9e11ff7166cbbc0314d152702a201f6a14fb (patch) | |
tree | 931e4f981f13c7908a97e2ff5d0657bf56a644f3 /Makefile | |
parent | 5f44a4a0a97e802479e6ce689d719e5277267f22 (diff) | |
download | ffmpeg-a2ca9e11ff7166cbbc0314d152702a201f6a14fb.tar.gz |
Makefile: Clean compat/atomics/pthread subdirectory.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -180,6 +180,7 @@ clean:: $(RM) $(CLEANSUFFIXES) $(RM) $(CLEANSUFFIXES:%=tools/%) $(RM) $(CLEANSUFFIXES:%=compat/msvcrt/%) + $(RM) $(CLEANSUFFIXES:%=compat/atomics/pthread/%) $(RM) $(CLEANSUFFIXES:%=compat/%) $(RM) -r coverage-html $(RM) -rf coverage.info coverage.info.in lcov |