summaryrefslogtreecommitdiff
path: root/tools/Makefile
blob: 49f55d2a9e42079afe9cd7344e3c4680fb21c305 (plain)
1
2
3
4
5
6
7
8
9
TOOLS = qt-faststart trasher uncoded_frame
TOOLS-$(CONFIG_ZLIB) += cws2fws

OBJDIRS += tools

clean::
	$(RM) $(CLEANSUFFIXES:%=tools/%)

-include $(wildcard tools/*.d)