d59ac28d4f
FossilOrigin-Name: 56b82ae806c61b95e62042ca70ed952ce01832b02da55c2b315f9201989514ab
8 lines
211 B
Makefile
8 lines
211 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 ../.. fiddle -e emcc_opt=-O0
|
|
|
|
clean:
|
|
make -C ../../ clean-fiddle
|