From 94d0612c127dbf6873e11e45ad29baec7d5e9715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=22phoe=22=20Herda?= Date: Sat, 21 Mar 2020 12:36:31 +0100 Subject: [PATCH] Do not reload pgloader in Makefile (#1091) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c5cdc32..e4a61e3 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)'