Skip to content

Commit a8615df

Browse files
committed
sdl3_renderer: Special and temp fix for makefile
1 parent 00e3d0a commit a8615df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/sdl3_renderer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SRC := main.c
4848

4949
${BIN}:
5050
mkdir -p $(dir $@)
51-
${CC} ${SRC} -o $@ -MD -MF ${DEP} ${cppflags} ${ldflags} ${ldlibs} ${cflags}
51+
${CC} ${SRC} -o $@ -MD -MF ${cppflags} ${ldflags} ${ldlibs} ${cflags}
5252

5353
${BIN}: ${SRC}
5454

0 commit comments

Comments
 (0)