We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebe86f commit 9e11de4Copy full SHA for 9e11de4
BSDmakefile
@@ -3,6 +3,6 @@ CC ?= cc
3
all:
4
rm -rf vc/
5
git clone --depth 1 --quiet https://github.com/vlang/vc
6
- $(CC) -std=gnu11 -w -o v vc/v.c -lm
+ $(CC) -std=gnu11 -w -o v vc/v.c -lm -lexecinfo
7
8
@echo "V has been successfully built"
0 commit comments