summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ef561ab9..74e0b7af 100644
--- a/Makefile
+++ b/Makefile
@@ -293,6 +293,9 @@ tags: $(shell find include source -name '*.[ch]')
all: libs apps
+all-nojs:
+ $(MAKE) V8_PRESENT=no
+
clean:
rm -rf $(OUT)
nuke: