default: $(error Do not run this Makefile directly!) build: $(MAKE) -C $(OSARCH) build clean: $(MAKE) -C $(OSARCH) clean