diff --git a/BSDmakefile b/BSDmakefile index 10bf757a6f..756fa7651c 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -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"