summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-03-05 16:37:44 -0800
committercolin <colin@cicadas.surf>2023-03-05 16:37:44 -0800
commit662cbec448bf86f67d56714ebdc326fd7e98f60a (patch)
tree8c4c4bc8d8392d83718c565c99c5f7ddc2d06ec2 /src
parentf7abccc38ceda7024ca375d34ed88f4fb561ef02 (diff)
Moved build.lisp back to root dir
Diffstat (limited to 'src')
-rw-r--r--src/build.lisp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/build.lisp b/src/build.lisp
deleted file mode 100644
index 8bb5ec5..0000000
--- a/src/build.lisp
+++ /dev/null
@@ -1,16 +0,0 @@
-(ql:quickload :dnd)
-
-(swank:swank-require
- '(SWANK-IO-PACKAGE::SWANK-INDENTATION
- SWANK-IO-PACKAGE::SWANK-TRACE-DIALOG
- SWANK-IO-PACKAGE::SWANK-PACKAGE-FU
- SWANK-IO-PACKAGE::SWANK-PRESENTATIONS
- SWANK-IO-PACKAGE::SWANK-MACROSTEP
- SWANK-IO-PACKAGE::SWANK-FUZZY
- SWANK-IO-PACKAGE::SWANK-FANCY-INSPECTOR
- SWANK-IO-PACKAGE::SWANK-C-P-C
- SWANK-IO-PACKAGE::SWANK-ARGLISTS
- SWANK-IO-PACKAGE::SWANK-REPL))
-
-(ensure-directories-exist #P"./bin/")
-(sb-ext:save-lisp-and-die "./bin/dnd" :toplevel #'dnd:boot :executable t)