examples: fix bogus :move-here argument
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
parent
68fa3985c6
commit
b57a4fff71
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ hello-lisp.a: hello-lisp.lisp
|
|||
ecl -norc \
|
||||
-eval '(require :asdf)' \
|
||||
-eval '(push "./" asdf:*central-registry*)' \
|
||||
-eval '(asdf:make-build :hello-lisp :type :static-library :move-here "./$@")' \
|
||||
-eval '(asdf:make-build :hello-lisp :type :static-library :move-here "./")' \
|
||||
-eval '(quit)'
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue