SUBDIR = qnx424_x86 demo

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

