diff --git a/build.lisp b/build.lisp new file mode 100644 index 0000000..f4c7119 --- /dev/null +++ b/build.lisp @@ -0,0 +1,3 @@ +(asdf:load-asd "/home/chris/dev/tfcconnection/tfcserver.asd") +(ql:quickload :tfcserver) +(asdf:make :tfcserver)