From 9500e0899eefbefc1a12f90e949cd53eccd28491 Mon Sep 17 00:00:00 2001 From: Saba Saba Date: Thu, 9 Feb 2023 12:26:21 -0500 Subject: [PATCH] Updated comment at the top with a make eval command. --- git-repl.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-repl.cl b/git-repl.cl index d30907e..beadcc5 100644 --- a/git-repl.cl +++ b/git-repl.cl @@ -1,4 +1,4 @@ -; sbcl --load git-repl.cl +; sbcl --load git-repl.cl --eval "(make)" (ql:quickload '("cl-utilities" "str")) -- 2.20.1