diff options
-rw-r--r-- | build.lisp | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -1,6 +1,20 @@ -(pushnew #P".." ql:*local-project-directories*) -(ql:register-local-projects) +;; (pushnew #P".." ql:*local-project-directories*) +;; (ql:register-local-projects) (ql:quickload :oneliners.api) + +(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)) + + (sb-ext:save-lisp-and-die "olwiki-server" :toplevel 'oneliners.api::run :executable t) |