diff options
author | Ben Smith <binji@chromium.org> | 2016-09-06 09:21:16 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-09-06 09:34:35 -0700 |
commit | 8f1d86a7d3d2365339ba288db8bd25de4d227815 (patch) | |
tree | 7d1f6bdbefb6cab03da495310e4fe232f819f89b /Makefile | |
parent | 4b050f2a60a4e2d1b5f7cc1d5454b25ea921a372 (diff) | |
download | wabt-8f1d86a7d3d2365339ba288db8bd25de4d227815.tar.gz wabt-8f1d86a7d3d2365339ba288db8bd25de4d227815.tar.bz2 wabt-8f1d86a7d3d2365339ba288db8bd25de4d227815.zip |
remove squirrel stuff
It was an interesting experiment, but it is not maintained or tested.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ 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 := sexpr-wasm wasm-wast wasm-interp wasm-interp-sq hexfloat_test +EXECUTABLES := sexpr-wasm wasm-wast wasm-interp hexfloat_test # directory names GCC_DIR := gcc/ |