From 8f1d86a7d3d2365339ba288db8bd25de4d227815 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Tue, 6 Sep 2016 09:21:16 -0700 Subject: remove squirrel stuff It was an interesting experiment, but it is not maintained or tested. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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/ -- cgit v1.2.3