freebsd: fix BSDmakefile
parent
0ebe86fbd5
commit
9e11de4a8c
|
@ -3,6 +3,6 @@ CC ?= cc
|
|||
all:
|
||||
rm -rf 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/
|
||||
@echo "V has been successfully built"
|
||||
|
|
Loading…
Reference in New Issue