mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Makefile: trim trailing whitespace (#7203)
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||||
|
Reference in New Issue
Block a user