From c33eb769c57da362e7a6ac64e0d538a075e5a5dd Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Fri, 24 Nov 2017 09:46:56 -0800 Subject: Fix the deps for bootstrap. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c48939c..e75dc71 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ bench: mbld bench .PHONY: bootstrap -bootstrap: buildmyr +bootstrap: subdirs ./mk/bootstrap/bootstrap+`uname -s`-`uname -m`.sh .PHONY: genbootstrap -- cgit v1.1