2022-05-19 19:49:15 +03:00
|
|
|
# This makefile exists primarily to simplify/speed up development from
|
|
|
|
# emacs. It is not part of the canonical build process.
|
2022-05-18 20:14:24 +03:00
|
|
|
default:
|
2022-05-19 19:49:15 +03:00
|
|
|
make -C ../.. fiddle -e emcc_opt=-O0
|
2022-05-18 20:14:24 +03:00
|
|
|
|
|
|
|
clean:
|
|
|
|
make -C ../../ clean-fiddle
|