diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2025-05-27 03:33:28 +0200 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2025-06-03 01:07:15 +0200 |
commit | afb91360eabbbb343236b1cf37979c848032ff7d (patch) | |
tree | 474ab5b98266255964d058254db8fce074dddee8 | |
parent | 93e53e253a5b723db18cf3c804569191cb1d610a (diff) | |
download | ffmpeg-afb91360eabbbb343236b1cf37979c848032ff7d.tar.gz |
fftools/Makefile: clean files from fftools/{graph,textformat}/
-rw-r--r-- | fftools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fftools/Makefile b/fftools/Makefile index c1eba733da..b3c08ae5a0 100644 --- a/fftools/Makefile +++ b/fftools/Makefile @@ -92,4 +92,4 @@ uninstall-progs: $(RM) $(addprefix "$(BINDIR)/", $(ALLAVPROGS)) clean:: - $(RM) $(ALLAVPROGS) $(ALLAVPROGS_G) $(CLEANSUFFIXES:%=fftools/%) + $(RM) $(ALLAVPROGS) $(ALLAVPROGS_G) $(CLEANSUFFIXES:%=fftools/%) $(CLEANSUFFIXES:%=fftools/graph/%) $(CLEANSUFFIXES:%=fftools/textformat/%) |