Commit aac820df authored by Sam Lantinga's avatar Sam Lantinga

Missing math library for testgesture

parent 3927b4a3
......@@ -156,7 +156,7 @@ testatomic$(EXE): $(srcdir)/testatomic.c
$(CC) -o $@ $? $(CFLAGS) $(LIBS)
testgesture$(EXE): $(srcdir)/testgesture.c
$(CC) -o $@ $? $(CFLAGS) $(LIBS)
$(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
testime$(EXE): $(srcdir)/testime.c
$(CC) -o $@ $? $(CFLAGS) $(LIBS) @SDL_TTF_LIB@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment