Skip to content

Commit

Permalink
Make file updated FOR REAL
Browse files Browse the repository at this point in the history
  • Loading branch information
AbuDhabi committed Apr 25, 2014
1 parent 54e8973 commit 948d859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CFLAGS = -Wall `sdl-config --cflags`
INCLUDES =
LDFLAGS = `sdl-config --libs` -s
RCFLAGS =
LDLIBS = $(T_LDLIBS) -lSDL -lSDL_ttf -lSDL_mixer -lSDL_image -lstdc++
LDLIBS = $(T_LDLIBS) -lSDL -lSDL_ttf -lSDL_mixer -lSDL_image -lSDL_gfx -lstdc++

LINK_exe = gcc -o $@ $^ $(LDFLAGS) $(LDLIBS)
LINK_con = gcc -o $@ $^ $(LDFLAGS) $(LDLIBS)
Expand Down

0 comments on commit 948d859

Please sign in to comment.