From ce321410577f384e19042ea20b30ed6cbb00eda2 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 12 Oct 2015 17:40:35 +0100 Subject: 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. --- javascript/none/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 javascript/none/Makefile (limited to 'javascript/none/Makefile') 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 -- cgit v1.2.3