Skip to content

Commit

Permalink
Do not reload pgloader in Makefile (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoe authored Mar 21, 2020
1 parent 30376b2 commit 94d0612
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down

0 comments on commit 94d0612

Please sign in to comment.