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
|
all: web native
|
||||||
|
|
||||||
web:
|
web:
|
||||||
cargo +nightly build --release --target wasm32-unknown-emscripten
|
cargo build --release --target wasm32-unknown-emscripten
|
||||||
|
|
||||||
native:
|
native:
|
||||||
cargo +nightly build --release
|
cargo build --release
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
@echo "Available at http://localhost:8000/lvgl_example.html"
|
@echo "Available at http://localhost:8000/lvgl_example.html"
|
||||||
|
|
Loading…
Reference in a new issue