xref: /aosp_15_r20/external/libcap/contrib/Makefile (revision 2810ac1b38eead2603277920c78344c84ddf3aff)
1.PHONY: all clean
2all clean:
3	for x in bug* ; do $(MAKE) -C $$x $@ || exit 1 ; done
4