From 010753c375d7f0a1127f5413b5b0d554d837ffef Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Wed, 19 Oct 2016 12:28:42 -0700 Subject: wast-desugar: reformats and desugars a wast file --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index be1edb17..0c6a158f 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,8 @@ COMPILERS := GCC GCC_I686 GCC_FUZZ CLANG EMSCRIPTEN BUILD_TYPES := DEBUG RELEASE SANITIZERS := ASAN MSAN LSAN UBSAN CONFIGS := NORMAL $(SANITIZERS) NO_RE2C_BISON NO_TESTS -EXECUTABLES := wast2wasm wasm2wast wasm-interp wasmopcodecnt hexfloat_test wasmdump +EXECUTABLES := wast2wasm wasm2wast wasm-interp wasmopcodecnt hexfloat_test \ + wasmdump wast-desugar # directory names GCC_DIR := gcc/ -- cgit v1.2.3