From 06026e78e5842aa6ab7b59e264f4404f32e05195 Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Thu, 27 Feb 2025 22:01:29 -0700 Subject: [PATCH] testing --- Makefile.am | 1 - hall.scm | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5d73be0..0f061aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,6 @@ SUFFIXES = .scm .go $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_TARGET) $(GUILE_WARNINGS) -o "$@" "$<" SOURCES = msg/config.scm \ - msg/machine.scm \ msg/hconfig.scm \ msg/shell.scm \ msg/helpers.scm \ diff --git a/hall.scm b/hall.scm index 315f7d4..9b49b57 100644 --- a/hall.scm +++ b/hall.scm @@ -20,7 +20,6 @@ ((directory "msg" ((scheme-file "config") - (scheme-file "machine") (scheme-file "hconfig") (scheme-file "shell") (scheme-file "helpers")