From 383f839fdf447b53ffc1101aec2f391064097ba4 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Wed, 4 Feb 2026 00:14:38 -0500 Subject: [PATCH] Update Makefile to do the new animator command line options. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b12693..a30e660 100644 --- a/Makefile +++ b/Makefile @@ -78,4 +78,4 @@ story: gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args ./builddir/storyboard animator: - gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args ./builddir/animator "rat_king_boss" + gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args ./builddir/animator.exe -s "rat_king_boss" -a "rat_king_boss" -b "test_background"