]> git.proxmox.com Git - ceph.git/blame - ceph/src/civetweb/src/third_party/duktape-1.5.2/Makefile.codepage
buildsys: switch source download to quincy
[ceph.git] / ceph / src / civetweb / src / third_party / duktape-1.5.2 / Makefile.codepage
CommitLineData
7c673cae
FG
1codepage:
2 gcc -o $@ -std=c99 -O2 -Wall -Wextra -Isrc/ \
3 src/duktape.c examples/codepage-conv/duk_codepage_conv.c \
4 examples/codepage-conv/test.c -lm