summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: