about summary refs log tree commit diff
path: root/fun/gemma/build.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'fun/gemma/build.lisp')
-rw-r--r--fun/gemma/build.lisp5
1 files changed, 5 insertions, 0 deletions
diff --git a/fun/gemma/build.lisp b/fun/gemma/build.lisp
new file mode 100644
index 0000000000..e935ce25fd
--- /dev/null
+++ b/fun/gemma/build.lisp
@@ -0,0 +1,5 @@
+(require :asdf)
+(require :sb-posix)
+
+(push (format nil "~A/" (sb-posix:getcwd)) asdf:*central-registry*)
+(asdf:operate 'asdf:program-op :gemma)