##
## This is a hack because I am lazy
##

default clean:
	cd .. && $(MAKE) -j2 $@
	
.PHONY: default clean
