Skip to content

Commit 41afcac

Browse files
committed
Minimal script to be able to create executable
1 parent 04cd434 commit 41afcac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/make-exec.lisp

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(load "~/.quicklisp/setup.lisp")
2+
(asdf:initialize-source-registry (uiop:getcwd))
3+
(asdf:make
4+
(format nil "~A/executable" (first (uiop:command-line-arguments))))

0 commit comments

Comments
 (0)