Corrections in the Makefile.
This commit is contained in:
parent
a7b9156e6c
commit
c9f5ae2b9c
4
Makefile
4
Makefile
@ -1,13 +1,13 @@
|
||||
LISP=sbcl
|
||||
|
||||
run:
|
||||
$(LISP) --eval "(progn (ql:quickload :cl-bible) (cl-bible:start)"
|
||||
$(LISP) --eval "(ql:quickload :cl-bible)" --eval "(cl-bible:start)"
|
||||
|
||||
build:
|
||||
$(LISP) --eval "(ql:quickload :cl-bible)" --eval "(cl-bible:build)"
|
||||
|
||||
install: build
|
||||
cp bible /usr/local/bin/
|
||||
sudo cp bible /usr/local/bin/
|
||||
|
||||
uninstall:
|
||||
rm /usr/local/bin/bible
|
||||
|
Loading…
x
Reference in New Issue
Block a user