mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
freebsd: fix BSDmakefile
This commit is contained in:
parent
0ebe86fbd5
commit
9e11de4a8c
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ CC ?= cc
|
||||||
all:
|
all:
|
||||||
rm -rf vc/
|
rm -rf vc/
|
||||||
git clone --depth 1 --quiet https://github.com/vlang/vc
|
git clone --depth 1 --quiet https://github.com/vlang/vc
|
||||||
$(CC) -std=gnu11 -w -o v vc/v.c -lm
|
$(CC) -std=gnu11 -w -o v vc/v.c -lm -lexecinfo
|
||||||
rm -rf vc/
|
rm -rf vc/
|
||||||
@echo "V has been successfully built"
|
@echo "V has been successfully built"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue