mvtotsdir:
	docker run --rm -v "$(PWD)":/workspace -w /workspace crystallang/crystal:latest sh -c 'for f in *.cr; do crystal build -p -s -t --static --verbose -o "build/" "$$f"; done'