summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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)