From b2444ace11d404a9a7bc0d1e68497fb11c1feea8 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sun, 9 Jul 2023 20:21:17 -0700 Subject: [PATCH] Add console to Makefile! --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7f0104f..e0d4b91 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,8 @@ SUFFIXES = .scm .go SOURCES = gib-gab-gob/rps.scm \ gib-gab-gob/game.scm \ - gib-gab-gob/board.scm + gib-gab-gob/board.scm \ + gib-gab-gob/ui/console.scm TESTS =