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