No need for nightly actually
This commit is contained in:
parent
b79109c415
commit
34b6fefb98
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,10 +1,10 @@
|
|||
all: web native
|
||||
|
||||
web:
|
||||
cargo +nightly build --release --target wasm32-unknown-emscripten
|
||||
cargo build --release --target wasm32-unknown-emscripten
|
||||
|
||||
native:
|
||||
cargo +nightly build --release
|
||||
cargo build --release
|
||||
|
||||
serve:
|
||||
@echo "Available at http://localhost:8000/lvgl_example.html"
|
||||
|
|
Loading…
Reference in a new issue