From 7b33b9c853531562ffe13e8273b58983ede26839 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Sat, 26 Mar 2016 18:36:04 +0100 Subject: [PATCH] Switch back again to the main esrap code. The WIP branch about better error messages made its way through the main code, so switch back to the mainline as available directly in Quicklisp. See https://github.com/nikodemus/esrap/issues/26. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 8b167f3..afc36ed 100644 --- a/Makefile +++ b/Makefile @@ -82,9 +82,6 @@ $(QLDIR)/local-projects/cl-db3: $(QLDIR)/local-projects/cl-csv: git clone https://github.com/AccelerationNet/cl-csv.git $@ -$(QLDIR)/local-projects/esrap: - git clone -b wip-better-errors https://github.com/scymtym/esrap.git $@ - $(QLDIR)/setup.lisp: mkdir -p $(BUILDDIR) curl -o $(BUILDDIR)/quicklisp.lisp http://beta.quicklisp.org/quicklisp.lisp