mirror of
https://github.com/sqlite/sqlite.git
synced 2026-01-13 20:39:27 +03:00
11 lines
293 B
Makefile
11 lines
293 B
Makefile
# This makefile exists primarily to simplify/speed up development from
|
|
# emacs. It is not part of the canonical build process.
|
|
default:
|
|
make -C ../.. wasm -e emcc_opt=-O0
|
|
|
|
clean:
|
|
make -C ../../ clean-wasm
|
|
|
|
push-demo:
|
|
rsync -va fiddle*.js fiddle*.wasm fiddle.html *.css wh2:www/wh/sqlite3/.
|