We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cd434 commit 41afcacCopy full SHA for 41afcac
src/make-exec.lisp
@@ -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