mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
12 lines
195 B
Makefile
12 lines
195 B
Makefile
TOOLS = qt-faststart trasher
|
|
TOOLS-$(CONFIG_ZLIB) += cws2fws
|
|
|
|
tools/cws2fws$(EXESUF): ELIBS = $(ZLIB)
|
|
|
|
OBJDIRS += tools
|
|
|
|
clean::
|
|
$(RM) $(CLEANSUFFIXES:%=tools/%)
|
|
|
|
-include $(wildcard tools/*.d)
|