Clake is a build utility for Common Lisp similar to GNU make and Ruby's rake. It allows defining tasks and dependencies between files in a Clakefile. Clake executes tasks when their dependencies are out of date. It aims to leverage the power of UNIX tools while programming in Common Lisp. The clake library and command line interface allow loading Clakefiles and running tasks from the command line.