freebsd: fix BSDmakefile

pull/3141/head
Delyan Angelov 2019-12-18 13:13:43 +02:00 committed by Alexander Medvednikov
parent 0ebe86fbd5
commit 9e11de4a8c
1 changed files with 1 additions and 1 deletions

View File

@ -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"