examples: fix bogus :move-here argument

Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
Daniel Kochmański 2015-10-02 12:59:50 +02:00
parent 68fa3985c6
commit b57a4fff71

View file

@ -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: