From c57b3fbe4278d55749d6fa1273ee979956ae1123 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Wed, 24 Feb 2016 15:35:05 -0800 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3