Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68fa398
)
examples: fix bogus :move-here argument
develop
author
Daniel Kochmański
<daniel@turtleware.eu>
Fri, 2 Oct 2015 10:59:50 +0000
(12:59 +0200)
committer
Daniel Kochmański
<daniel@turtleware.eu>
Fri, 2 Oct 2015 11:02:00 +0000
(13:02 +0200)
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
examples/embed/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/examples/embed/Makefile
b/examples/embed/Makefile
index
b6bc3aa
..
97cdcd7
100644
(file)
--- a/
examples/embed/Makefile
+++ b/
examples/embed/Makefile
@@
-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: