.SUFFIXES:
all:
	make -C ../.. common
clean:
	rm -r ../../obj/common/
%::
	make -C ../.. obj/common/$@