From 54b19a5a42ea0df989e99af5ff051b742f85725c Mon Sep 17 00:00:00 2001 From: joeduffy Date: Tue, 13 Jun 2017 18:19:04 -0700 Subject: [PATCH] Add missing yarn link to Makefile --- lib/lumijs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lumijs/Makefile b/lib/lumijs/Makefile index 97289374c..f661b226d 100644 --- a/lib/lumijs/Makefile +++ b/lib/lumijs/Makefile @@ -20,7 +20,7 @@ clean: .PHONY: build build: @echo "\033[0;32mBUILD:\033[0m" - @yarn link @lumi/lumi # ensure we resolve to Lumi's stdlib. + @yarn link @lumi/lumirt # ensure we resolve to Lumi's rtlib. @lumijs # compile the LumiPack @lumi pack verify # ensure the pack verifies