blob: 474963084eb331328abf7e1836a88cb733f9988e [file] [log] [blame]
.PHONY: all clean
all clean:
for x in bug* ; do make -C $$x $@ || exit 1 ; done