This commit is contained in:
Chad Nelson 2025-02-27 22:01:29 -07:00
parent a3495e3412
commit 06026e78e5
2 changed files with 0 additions and 2 deletions

View file

@ -25,7 +25,6 @@ SUFFIXES = .scm .go
$(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_TARGET) $(GUILE_WARNINGS) -o "$@" "$<" $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_TARGET) $(GUILE_WARNINGS) -o "$@" "$<"
SOURCES = msg/config.scm \ SOURCES = msg/config.scm \
msg/machine.scm \
msg/hconfig.scm \ msg/hconfig.scm \
msg/shell.scm \ msg/shell.scm \
msg/helpers.scm \ msg/helpers.scm \

View file

@ -20,7 +20,6 @@
((directory ((directory
"msg" "msg"
((scheme-file "config") ((scheme-file "config")
(scheme-file "machine")
(scheme-file "hconfig") (scheme-file "hconfig")
(scheme-file "shell") (scheme-file "shell")
(scheme-file "helpers") (scheme-file "helpers")