No need for nightly actually

This commit is contained in:
Rafael Caricio 2020-09-24 15:09:30 +02:00
parent b79109c415
commit 34b6fefb98
Signed by: rafaelcaricio
GPG Key ID: 3C86DBCE8E93C947
1 changed files with 2 additions and 2 deletions

View File

@ -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"