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, 0 insertions, 5 deletions
diff --git a/fun/gemma/build.lisp b/fun/gemma/build.lisp
deleted file mode 100644
index e935ce25fd..0000000000
--- a/fun/gemma/build.lisp
+++ /dev/null
@@ -1,5 +0,0 @@
-(require :asdf)
-(require :sb-posix)
-
-(push (format nil "~A/" (sb-posix:getcwd)) asdf:*central-registry*)
-(asdf:operate 'asdf:program-op :gemma)