summaryrefslogtreecommitdiffstats
path: root/src/civetweb/src/third_party/duktape-1.8.0/Makefile.jxpretty
diff options
context:
space:
mode:
Diffstat (limited to 'src/civetweb/src/third_party/duktape-1.8.0/Makefile.jxpretty')
-rw-r--r--src/civetweb/src/third_party/duktape-1.8.0/Makefile.jxpretty8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/civetweb/src/third_party/duktape-1.8.0/Makefile.jxpretty b/src/civetweb/src/third_party/duktape-1.8.0/Makefile.jxpretty
new file mode 100644
index 000000000..199247ee5
--- /dev/null
+++ b/src/civetweb/src/third_party/duktape-1.8.0/Makefile.jxpretty
@@ -0,0 +1,8 @@
+#
+# Example Makefile for building the jxpretty example
+#
+
+jxpretty:
+ gcc -o $@ -std=c99 -Wall -Wextra -O2 -Isrc \
+ src/duktape.c examples/jxpretty/jxpretty.c \
+ -lm