SUBDIR = qnx424_x86

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

