examples: fix bogus :move-here argument develop
authorDaniel Kochmański <daniel@turtleware.eu>
Fri, 2 Oct 2015 10:59:50 +0000 (12:59 +0200)
committerDaniel 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

index b6bc3aa..97cdcd7 100644 (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: