mirror of
https://github.com/vlang/v.git
synced 2025-09-08 23:07:19 -04:00
Makefile: trim trailing whitespace (#7203)
This commit is contained in:
parent
05a217aaf0
commit
ae062b1146
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user