blob: cf0d923870466c84b269c79696418dca6d469684 [file] [log] [blame]
cc = emcc
cxx = em++
cflags = -g3 -s WASM=1
ldflags = -g3 -s WASM=1 --embed-file profiles
exe = .html
out = out/emscripten$mode
rule run
command = touch $out
description = skipping $in
include build/common