From fb93b264900464158216aef5df20b835dce7ffef Mon Sep 17 00:00:00 2001 From: vindarel Date: Wed, 12 Jun 2024 14:18:17 +0200 Subject: [PATCH] (minor) make run typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5810e1f..3779d31 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ macos-deps: run: $(LISP) --load ciel.asd \ --eval '(asdf:load-system :ciel)' \ - --eval '(in-package:ciel-user)' + --eval '(in-package :ciel-user)' image: $(LISP) --load build-image.lisp