##################################################
# Default makefile
# Redirect make to target makefile
##################################################

all:
	make -f MakefileTop.mk all
clean:
	make -f MakefileTop.mk clean
.PHONY: 
	make -f MakefileTop.mk all clean
