# See the parent directory Makefile

all:
	$(MAKE) -C .. all

.PHONY : clean
clean :
	$(MAKE) -C .. clean
