Skip to content

Commit

Permalink
sdl: fix linking with Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Mahyar Koshkouei <[email protected]>
  • Loading branch information
deltabeard committed Nov 3, 2023
1 parent bd379c3 commit b0660f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sdl2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif

all: peanut-sdl
peanut-sdl: $(OBJECTS)
$(CC) $(CFLAGS) $(CPPFLAGS) $(LDLIBS) -o $@ $^
$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $^ $(LDLIBS)

peanut_sdl.o: peanut_sdl.c ../../peanut_gb.h

Expand Down

0 comments on commit b0660f4

Please sign in to comment.