remove excess whitespace

main
Ozkan Sezer 2021-11-20 21:55:20 +03:00
parent 504e7aa59b
commit fadf41fc6e
1 changed files with 1 additions and 2 deletions

View File

@ -73,7 +73,7 @@ TARGETS = \
testyuv$(EXE) \ testyuv$(EXE) \
torturethread$(EXE) \ torturethread$(EXE) \
@OPENGL_TARGETS@ += testgl2$(EXE) testshader$(EXE) @OPENGL_TARGETS@ += testgl2$(EXE) testshader$(EXE)
@OPENGLES1_TARGETS@ += testgles$(EXE) @OPENGLES1_TARGETS@ += testgles$(EXE)
@OPENGLES2_TARGETS@ += testgles2$(EXE) @OPENGLES2_TARGETS@ += testgles2$(EXE)
@ -335,7 +335,6 @@ testmouse$(EXE): $(srcdir)/testmouse.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS) $(CC) -o $@ $^ $(CFLAGS) $(LIBS)
clean: clean:
rm -f $(TARGETS) rm -f $(TARGETS)