Skip to content

Commit ecc9460

Browse files
authored
tutorials: remove newline in the example for c2v's cc compilation to doomv (#26200)
1 parent 0b0f380 commit ecc9460

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • tutorials/C2V_translating_simple_programs_and_DOOM

‎tutorials/C2V_translating_simple_programs_and_DOOM/README.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ v -o doom_v/doom.o -w -translated doom_v
243243

244244
cc -o doomv \
245245
$DOOM/src/doom/doom_v/doom.o \
246-
247246
$DOOM/src/CMakeFiles/chocolate-doom.dir/*.o \
248247
$DOOM/textscreen/CMakeFiles/textscreen.dir/*.o \
249248
$DOOM/pcsound/CMakeFiles/pcsound.dir/*.o \

0 commit comments

Comments
 (0)