Makefile: trim trailing whitespace (#7203)

pull/7212/head^2
Marc Redemske 2020-12-09 09:56:20 +01:00 committed by GitHub
parent 05a217aaf0
commit ae062b1146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ else
$(V) self $(V) self
endif endif
else else
$(CC) $(CFLAGS) -g -std=gnu99 -w -o $(V) $(VC)/$(VCFILE) -lm -lpthread $(LDFLAGS) $(CC) $(CFLAGS) -g -std=gnu99 -w -o $(V) $(VC)/$(VCFILE) -lm -lpthread $(LDFLAGS)
ifdef ANDROID ifdef ANDROID
chmod 755 v chmod 755 v
endif endif