diff --git a/hall.scm b/hall.scm index 8a28679..20fb1b8 100644 --- a/hall.scm +++ b/hall.scm @@ -41,10 +41,7 @@ (programs ((directory "scripts" - ((text-file "say") - (text-file "listen") - (in-file "say") - (in-file "listen"))))) + ((text-file "run-client"))))) (documentation ((org-file "README") (symlink "README" "README.org") diff --git a/scripts/run-client b/scripts/run-client old mode 100755 new mode 100644