summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2016-09-06 09:21:16 -0700
committerBen Smith <binji@chromium.org>2016-09-06 09:34:35 -0700
commit8f1d86a7d3d2365339ba288db8bd25de4d227815 (patch)
tree7d1f6bdbefb6cab03da495310e4fe232f819f89b /Makefile
parent4b050f2a60a4e2d1b5f7cc1d5454b25ea921a372 (diff)
downloadwabt-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42730ad5..aab59eb2 100644
--- a/Makefile
+++ b/Makefile
@@ -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/