TOPDIR = ../..

CHDIR = cd

all:
	($(CHDIR) $(TOPDIR) && $(MAKE) all)

clean:
	($(CHDIR) $(TOPDIR) && $(MAKE) clean)


.PHONY: all clean
