From b815aee084ac329261117e165d9efced75063c45 Mon Sep 17 00:00:00 2001 From: rgimad <33692565+rgimad@users.noreply.github.com> Date: Sat, 11 Jan 2025 15:16:06 +0300 Subject: [PATCH] fix typo in tupfile --- programs/games/dino/Tupfile.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/games/dino/Tupfile.lua b/programs/games/dino/Tupfile.lua index 89ced5bd7a..2e78225988 100644 --- a/programs/games/dino/Tupfile.lua +++ b/programs/games/dino/Tupfile.lua @@ -11,13 +11,13 @@ SRCS = { "horizon.c" "main.c" "obstacle.c" - "trex.c + "trex.c" "distance_meter.c" "graphics.c" "horizon_line.c" "misc.c" "runner.c" - "ulist.c + "ulist.c" } LIBS = " -limg"