mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00: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)
|