summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 37fc48e6..97ccf19a 100644
--- a/Makefile
+++ b/Makefile
@@ -371,6 +371,9 @@ watch:
java:
$(MAKE) -C platform/java
+wasm:
+ $(MAKE) -C platform/wasm
+
tags: $(shell find include source platform thirdparty -name '*.[ch]' -or -name '*.cc' -or -name '*.hh' -or -name '*.java')
$(TAGS_CMD)