From 95fb417cff6e93630eee7e78b811e4a86306a6a5 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 12 Dec 2023 17:00:40 -0600 Subject: [PATCH] rename lisp project to tfcserver --- tfcserver.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tfcserver.asd b/tfcserver.asd index b4d1a21..1246ab3 100644 --- a/tfcserver.asd +++ b/tfcserver.asd @@ -14,5 +14,5 @@ ;; :in-order-to ((test-op (test-op "tfcserver-test"))) ;; :defsystem-depends-on (:deploy) ;; (ql:quickload "deploy") before :build-operation "program-op" ;; leave as is - :build-pathname "tfcapi" - :entry-point "tfc-server::main") + :build-pathname "tfcserver" + :entry-point "tfcserver::main")