summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2016-10-19 12:28:42 -0700
committerBen Smith <binji@chromium.org>2016-10-19 16:35:49 -0700
commit010753c375d7f0a1127f5413b5b0d554d837ffef (patch)
treed6aef647805469c8b5dda73ed3db7ceb9f22117c /Makefile
parentf6f9ba8cd819567a4829317d18caeb8861698dc3 (diff)
downloadwabt-010753c375d7f0a1127f5413b5b0d554d837ffef.tar.gz
wabt-010753c375d7f0a1127f5413b5b0d554d837ffef.tar.bz2
wabt-010753c375d7f0a1127f5413b5b0d554d837ffef.zip
wast-desugar: reformats and desugars a wast file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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/