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

View file

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