From f48844ed28397874169f42eaabd74dd9aa343807 Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Sat, 1 Oct 2022 02:44:29 +0900 Subject: [PATCH] Create a phony make target stlite-kernel --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 23457399f..0f999f1cd 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,8 @@ $(playground): packages/playground/src/*.ts packages/playground/src/*.tsx packag yarn build @touch $@ +.PHONY: stlite-kernel +stlite-kernel: $(stlite_kernel) $(stlite_kernel): packages/stlite-kernel/src/*.ts $(pyarrow_wheel) $(tornado_wheel) $(streamlit_proto) cd packages/stlite-kernel; \ yarn build