summaryrefslogtreecommitdiff
path: root/javascript/none/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-12 17:40:35 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-12 17:40:35 +0100
commitce321410577f384e19042ea20b30ed6cbb00eda2 (patch)
treed1efc9a5d2fd4da26e16a34b18d0a53055a7e77c /javascript/none/Makefile
parent3877d4ad03134c727624b85e830539b3fe15dbdf (diff)
downloadnetsurf-ce321410577f384e19042ea20b30ed6cbb00eda2.tar.gz
netsurf-ce321410577f384e19042ea20b30ed6cbb00eda2.tar.bz2
Split up javascript engine makefiles
by splitting javascript engine specific makefiles and source up we avoid having to consider old JSAPI or none code while working on duktape.
Diffstat (limited to 'javascript/none/Makefile')
-rw-r--r--javascript/none/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/javascript/none/Makefile b/javascript/none/Makefile
new file mode 100644
index 000000000..ec7826da4
--- /dev/null
+++ b/javascript/none/Makefile
@@ -0,0 +1,9 @@
+#
+# NetSurf javascript source file inclusion
+#
+# Included by javascript/Makefile
+#
+
+# no javascript interpreter
+
+S_JAVASCRIPT += none/none.c \ No newline at end of file