SUBDIR = c++ ncurses progs form menu panel test

all \
clean ::
	@for i in $(SUBDIR); do \
		cd $$i; make $@; \
	done
