SHELL := /bin/bash

all:
	cask build

.PHONY: all
