DIRS  = bker \
	bkeropt \
	bszam \
	bszamopt \
	bszamkul \
	bszamkulopt

all:
	@for dir in $(DIRS); do \
        $(MAKE) -C $$dir; \
        done

