From d8ca92ab8dc3fed61da0df4857c71d2d605a4ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=22phoe=22=20Herda?= Date: Mon, 2 Mar 2020 13:50:50 +0100 Subject: [PATCH] Do not reload pgloader in Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c5cdc323..e4a61e39 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,6 @@ $(LIBS): $(QLDIR)/setup.lisp $(CL) $(CL_OPTS) --load $(QLDIR)/setup.lisp \ --eval '(push :pgloader-image *features*)' \ --eval '(setf *print-circle* t *print-pretty* t)' \ - --eval '(ql:quickload "pgloader")' \ --eval '(push "$(PWD)/" ql:*local-project-directories*)' \ --eval '(ql:quickload "pgloader")' \ --eval '(quit)'