aosp12/external/libcap/contrib/Makefile

4 lines
81 B
Makefile

.PHONY: all clean
all clean:
for x in bug* ; do make -C $$x $@ || exit 1 ; done