Skip to content

Commit

Permalink
Remove deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Themaister committed Nov 23, 2011
1 parent 5798e8a commit be350fe
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 @@ -10,7 +10,7 @@ TARGETS := nx.so

# Add SDL dependency
CFLAGS = $(shell pkg-config sdl --cflags) -O0 -g -Wreturn-type -Wunused-variable -Wno-multichar -fPIC
LDFLAGS +=-lSDL_gfx -lSDL_ttf -lSDL_image -lm $(shell pkg-config sdl --libs) -shared -Wl,--no-undefined
LDFLAGS += -lSDL_ttf -lm $(shell pkg-config sdl --libs) -shared -Wl,--no-undefined

all: $(TARGETS)

Expand Down

0 comments on commit be350fe

Please sign in to comment.