mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
bootstrap: add BSD makefile
This commit is contained in:
parent
9a7fface7d
commit
ba4ea351c7
8
BSDmakefile
Normal file
8
BSDmakefile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
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
|
||||||
|
rm -rf vc/
|
||||||
|
@echo "V has been successfully built"
|
Loading…
Reference in New Issue
Block a user