mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-30 12:22:52 -08:00
(minor) make run typo
This commit is contained in:
parent
1a783277a9
commit
fb93b26490
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue