fix typo in tupfile

This commit is contained in:
rgimad 2025-01-11 15:16:06 +03:00
parent 7a6d042da7
commit b815aee084

View File

@ -11,13 +11,13 @@ SRCS = {
"horizon.c" "horizon.c"
"main.c" "main.c"
"obstacle.c" "obstacle.c"
"trex.c "trex.c"
"distance_meter.c" "distance_meter.c"
"graphics.c" "graphics.c"
"horizon_line.c" "horizon_line.c"
"misc.c" "misc.c"
"runner.c" "runner.c"
"ulist.c "ulist.c"
} }
LIBS = " -limg" LIBS = " -limg"