]> git.proxmox.com Git - ceph.git/blame - ceph/src/civetweb/src/third_party/duktape-1.8.0/Makefile.jxpretty
buildsys: switch source download to quincy
[ceph.git] / ceph / src / civetweb / src / third_party / duktape-1.8.0 / Makefile.jxpretty
CommitLineData
7c673cae
FG
1#
2# Example Makefile for building the jxpretty example
3#
4
5jxpretty:
6 gcc -o $@ -std=c99 -Wall -Wextra -O2 -Isrc \
7 src/duktape.c examples/jxpretty/jxpretty.c \
8 -lm