summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKwadwo 'Que' Amankwa <jofreezy@hotmail.co.uk>2016-09-21 22:44:10 +0100
committerBen Smith <binjimin@gmail.com>2016-09-21 14:44:10 -0700
commit66167ac6beab040e8a30d3bc122481a45729142f (patch)
treee86ccae29496b2ce6719ca96e7bb8ba9312cf1be /Makefile
parentfd0ac04db229dadee125857cfdad7c1069d64fd8 (diff)
downloadwabt-66167ac6beab040e8a30d3bc122481a45729142f.tar.gz
wabt-66167ac6beab040e8a30d3bc122481a45729142f.tar.bz2
wabt-66167ac6beab040e8a30d3bc122481a45729142f.zip
PR for Rename sexpr-wasm binaries #100 (#102)
* renamed sexpr-wasm to wast2wasm * renamed 'wasm-wast' binary to 'wasm2wast' * added commands to generate symlinks to renamed targets * fixed the issues causing the tests to break * fixed a name error in travis-test script * corrected repo name change int README * renamed binaries in two tests and added a platform check in CMake for symlink generation for UNIX only * reverted changes in test files due to breakage(for now)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aab59eb2..167ea5c0 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 hexfloat_test
+EXECUTABLES := wast2wasm wasm2wast wasm-interp hexfloat_test
# directory names
GCC_DIR := gcc/