diff options
author | Ben Smith <binji@chromium.org> | 2015-09-07 23:09:53 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-09-07 23:09:53 -0700 |
commit | 55fb4bc1401388969635883024bf3c02957ea593 (patch) | |
tree | 66c501f9469286c24235675b441c53c7e51cfc63 /Makefile | |
parent | e71592d7eca77036ecb32bbf9db0a7f49a5a7401 (diff) | |
download | wabt-55fb4bc1401388969635883024bf3c02957ea593.tar.gz wabt-55fb4bc1401388969635883024bf3c02957ea593.tar.bz2 wabt-55fb4bc1401388969635883024bf3c02957ea593.zip |
add src/ directory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ all: $(addprefix out/,$(ALL)) out/: mkdir $@ -out/sexpr-wasm: sexpr-wasm.c hash.h | out +out/sexpr-wasm: src/sexpr-wasm.c src/hash.h | out $(CC) $(CFLAGS) -o $@ $< hash.h: hash.txt |