From e667aceba7af3c0db07d28a4416081215dc2f750 Mon Sep 17 00:00:00 2001 From: Seamus Abshere Date: Mon, 2 Jun 2014 17:19:58 -0300 Subject: [PATCH] it's CL=ccl not CC=ccl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c53cf50..2765394 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ By default, the `Makefile` uses [SBCL](http://sbcl.org/) to compile your binary image, though it's possible to also build using [CCL](http://ccl.clozure.com/). - $ make CC=ccl pgloader + $ make CL=ccl pgloader Note that the `Makefile` uses the `--compress-core` option when using SBCL, that should be enabled in your local copy of `SBCL`. If that's not the case,