]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/civetweb/src/third_party/duktape-1.5.2/Makefile.codepage
import quincy beta 17.1.0
[ceph.git] / ceph / src / civetweb / src / third_party / duktape-1.5.2 / Makefile.codepage
diff --git a/ceph/src/civetweb/src/third_party/duktape-1.5.2/Makefile.codepage b/ceph/src/civetweb/src/third_party/duktape-1.5.2/Makefile.codepage
deleted file mode 100644 (file)
index cdce9ab..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-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