mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: fix makefiles
This commit is contained in:
parent
6b40ead54d
commit
858161bbc4
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -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 -lexecinfo -I ./thirdparty/stdatomic/nix
|
||||
$(CC) -std=gnu11 -w -I ./thirdparty/stdatomic/nix -o v vc/v.c -lm -lexecinfo
|
||||
rm -rf vc/
|
||||
@echo "V has been successfully built"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue