default:
	$(MAKE) -C source

.PHONY: clean install
unix-static linux darwin clean install:
	$(MAKE) -C source $@
