aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile
blob: a4b5008c3599d9b9849b2bf4a490107dcbbfe7d3 (plain)
1
2
3
.PHONY: all clean
all clean:
	for x in bug* ; do $(MAKE) -C $$x $@ || exit 1 ; done