From 3c6cf0ed9980990ca07f6d76817814979691d65e Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 12 Oct 2023 16:07:05 -0400 Subject: Pickup displaying --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 453b5f5..3cf6686 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ bin_PROGRAMS = tower-of-hanoi-curses -tower_of_hanoi_curses_SOURCES = main.c holder.c holder.h ring.h +tower_of_hanoi_curses_SOURCES = main.c tower.c tower.h ring.c ring.h tower_of_hanoi_curses_LDADD = @CURSES_LIBS@ tower_of_hanoi_curses_CPPFLAGS = @CURSES_CFLAGS@ -- cgit