summaryrefslogtreecommitdiffstats
path: root/src/civetweb/src/third_party/duktape-1.8.0/Makefile.codepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/civetweb/src/third_party/duktape-1.8.0/Makefile.codepage4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/civetweb/src/third_party/duktape-1.8.0/Makefile.codepage b/src/civetweb/src/third_party/duktape-1.8.0/Makefile.codepage
new file mode 100644
index 000000000..cdce9ab57
--- /dev/null
+++ b/src/civetweb/src/third_party/duktape-1.8.0/Makefile.codepage
@@ -0,0 +1,4 @@
+codepage:
+ gcc -o $@ -std=c99 -O2 -Wall -Wextra -Isrc/ \
+ src/duktape.c examples/codepage-conv/duk_codepage_conv.c \
+ examples/codepage-conv/test.c -lm