1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/.devcontainer/__build_all.sh__

4 lines
64 B
Plaintext
Raw Normal View History

2023-03-26 13:34:43 +02:00
cd build
emcmake cmake ..
emmake make -j$(nproc)
code index.html