Fixes testgles and testgl
This commit is contained in:
parent
3e171ab36e
commit
dca7c7b00d
4 changed files with 21 additions and 13 deletions
|
@ -124,7 +124,7 @@ testgl2$(EXE): $(srcdir)/testgl2.c
|
|||
$(CC) -o $@ $^ $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@
|
||||
|
||||
testgles$(EXE): $(srcdir)/testgles.c
|
||||
$(CC) -o $@ $^ $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@
|
||||
$(CC) -o $@ $^ $(CFLAGS) $(LIBS) @GLESLIB@ @MATHLIB@
|
||||
|
||||
testhaptic$(EXE): $(srcdir)/testhaptic.c
|
||||
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue