# Makefile for qosmngr subdirs ?= src .PHONY: all clean all clean: @for i in $(subdirs) ; do [ -d $$i ] && $(MAKE) -C $$i $@; done