summaryrefslogtreecommitdiff
path: root/build.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-03-05 16:36:44 -0800
committercolin <colin@cicadas.surf>2023-03-05 16:36:44 -0800
commitf7abccc38ceda7024ca375d34ed88f4fb561ef02 (patch)
tree432d6673e9e8d53b5fbc43e25a684b654f6dea1d /build.lisp
parent89d0d687992b41f7f0f9b0d3da19d9d587f06010 (diff)
Reorganized codebase
Diffstat (limited to 'build.lisp')
-rw-r--r--build.lisp16
1 files changed, 0 insertions, 16 deletions
diff --git a/build.lisp b/build.lisp
deleted file mode 100644
index 8bb5ec5..0000000
--- a/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)