@ -1,10 +1,10 @@
all: clean v
$(info V has been successfully built)
v: v.c
cc -std=gnu11 -w -o v v.c
./v -o v compiler
rm v.c
echo "V has been successfully built"
v.c:
curl -Os https://raw.githubusercontent.com/vlang/vc/master/v.c