From 63431ead943879231d837645d78dad58ad421461 Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Tue, 25 Jun 2019 12:22:02 -0700 Subject: [PATCH] Remove vc dependency from all Since v already has a dependency on vc it's not necessary for all to depend on both vc and v it just needs v. --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/Makefile b/compiler/Makefile index 8df28caa04..9f75c45645 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -1,4 +1,4 @@ -all: v vc +all: v v: vc ./vc -o v .