summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2016-03-13 00:49:39 -0800
committerBen Smith <binji@chromium.org>2016-03-13 00:49:39 -0800
commit411ec2ca50dc4fb7985091c7fa1466290149cb0f (patch)
tree93af76426484990db1c9d5a5159e1d5dc5ba4d1a /Makefile
parentba46800e4bfb0ab234b172db324208d83c6e1923 (diff)
downloadwabt-411ec2ca50dc4fb7985091c7fa1466290149cb0f.tar.gz
wabt-411ec2ca50dc4fb7985091c7fa1466290149cb0f.tar.bz2
wabt-411ec2ca50dc4fb7985091c7fa1466290149cb0f.zip
add back "make clean" phony target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6d0d0698..0a41c7d1 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,10 @@ endef
.PHONY: all
all: sexpr-wasm
+.PHONY: clean
+clean:
+ rm -rf out
+
.PHONY: test-everything
test-everything: