From a336775ae6afe95ef6004c0b2695a690046ce159 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 16 Aug 2019 23:31:45 +0300 Subject: [PATCH] Makefile: use ./v --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87a767d6d3..0e835bee66 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PREFIX ?= /usr/local all: curl -o v.c -LsSf https://raw.githubusercontent.com/vlang/vc/master/v.c ${CC} -std=gnu11 -w -o v v.c -lm - v -o v compiler + ./v -o v compiler rm v.c @echo "V has been successfully built"