here we go

This commit is contained in:
Chris Cochrun 2023-06-14 07:13:25 -05:00
parent 4af927f7e9
commit 0744168198
2 changed files with 4 additions and 4 deletions

View file

@ -3,6 +3,6 @@
(asdf:load-asd (pathname (truename "tfcserver.asd")))
(asdf:load-system "tfcserver")
(when (find-package :ql) (funcall (read-from-string "ql:quickload") :tfcserver))
;; (push :deploy-console *features*)
(push :deploy-console *features*)
(asdf:make :tfcserver)
(quit)