summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2015-09-07 23:09:53 -0700
committerBen Smith <binji@chromium.org>2015-09-07 23:09:53 -0700
commit55fb4bc1401388969635883024bf3c02957ea593 (patch)
tree66c501f9469286c24235675b441c53c7e51cfc63 /Makefile
parente71592d7eca77036ecb32bbf9db0a7f49a5a7401 (diff)
downloadwabt-55fb4bc1401388969635883024bf3c02957ea593.tar.gz
wabt-55fb4bc1401388969635883024bf3c02957ea593.tar.bz2
wabt-55fb4bc1401388969635883024bf3c02957ea593.zip
add src/ directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae7383c9..aa2eab40 100644
--- a/Makefile
+++ b/Makefile
@@ -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