# Whatever it is you want to do, it should be forwarded to the
# to top-level irectories
+PHONY=check lint all
all: check

%:
	$(MAKE) -C ../.. $@
