Missing math library for testgesture
This commit is contained in:
parent
3927b4a33c
commit
aac820df50
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ testatomic$(EXE): $(srcdir)/testatomic.c
|
||||||
$(CC) -o $@ $? $(CFLAGS) $(LIBS)
|
$(CC) -o $@ $? $(CFLAGS) $(LIBS)
|
||||||
|
|
||||||
testgesture$(EXE): $(srcdir)/testgesture.c
|
testgesture$(EXE): $(srcdir)/testgesture.c
|
||||||
$(CC) -o $@ $? $(CFLAGS) $(LIBS)
|
$(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
|
||||||
|
|
||||||
testime$(EXE): $(srcdir)/testime.c
|
testime$(EXE): $(srcdir)/testime.c
|
||||||
$(CC) -o $@ $? $(CFLAGS) $(LIBS) @SDL_TTF_LIB@
|
$(CC) -o $@ $? $(CFLAGS) $(LIBS) @SDL_TTF_LIB@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue