mirror of
https://github.com/sqlite/sqlite.git
synced 2025-04-21 19:26:38 +03:00
16 lines
353 B
Plaintext
16 lines
353 B
Plaintext
# Gets filtered by the configure script
|
|
bin.bash = @BIN_BASH@
|
|
bin.emcc = @EMCC_WRAPPER@
|
|
bin.wasm-strip = @BIN_WASM_STRIP@
|
|
bin.wasm-opt = @BIN_WASM_OPT@
|
|
|
|
SHELL := $(bin.bash)
|
|
|
|
# The following overrides can be uncommented to test various
|
|
# validation and if/else branches the makefile code:
|
|
#
|
|
#bin.bash :=
|
|
#bin.emcc :=
|
|
#bin.wasm-strip :=
|
|
#bin.wasm-opt :=
|