summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2016-02-24 15:35:05 -0800
committerBen Smith <binji@chromium.org>2016-03-21 15:31:16 -0700
commitc57b3fbe4278d55749d6fa1273ee979956ae1123 (patch)
tree7bea5ced5be7b7e2334a1f50597e1f5859dc5c9e /Makefile
parent5954eeb27b2ee7d3e12329a4cbe37ec8fb89b5a6 (diff)
downloadwabt-c57b3fbe4278d55749d6fa1273ee979956ae1123.tar.gz
wabt-c57b3fbe4278d55749d6fa1273ee979956ae1123.tar.bz2
wabt-c57b3fbe4278d55749d6fa1273ee979956ae1123.zip
rebase of a bunch of early work on binary reading
* basic reading works * update to latest binary format * read names section * use setjmp/longjmp for error handling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b66644b1..be31bf9e 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ DEFAULT_BUILD_TYPE = DEBUG
COMPILERS := GCC GCC_I686 CLANG
BUILD_TYPES := DEBUG RELEASE
SANITIZERS := NO ASAN MSAN LSAN
-EXECUTABLES := sexpr-wasm hexfloat_test
+EXECUTABLES := sexpr-wasm wasm-objdump hexfloat_test
GCC_DEBUG_DIR := out/gcc/Debug
GCC_DEBUG_NO_FLEX_BISON_DIR := out/gcc/Debug-no-flex-bison