mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
cgen: register u8
This commit is contained in:
parent
628498e0dc
commit
0b9b80e0c9
2 changed files with 4 additions and 4 deletions
6
Makefile
6
Makefile
|
@ -90,7 +90,7 @@ ifdef WIN32
|
|||
else
|
||||
$(CC) $(CFLAGS) -std=gnu99 -w -o $(V) $(VC)/$(VCFILE) -lm -lpthread $(LDFLAGS)
|
||||
$(V) -o v2.exe $(VFLAGS) cmd/v
|
||||
mv -f v2.exe v
|
||||
mv -f v2.exe v
|
||||
endif
|
||||
@echo "V has been successfully built"
|
||||
@$(V) -version
|
||||
|
@ -150,5 +150,5 @@ selfcompile-static:
|
|||
|
||||
### NB: Please keep this Makefile and make.bat simple.
|
||||
install:
|
||||
@echo 'Please use `sudo v symlink` instead.'
|
||||
|
||||
@echo 'Please use `sudo ./v symlink` instead.'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue