Skip to content

Commit

Permalink
Create a phony make target stlite-kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Sep 30, 2022
1 parent ed06728 commit f48844e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f48844e

Please sign in to comment.