]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/src/third_party/duktape-1.5.2/Makefile.jxpretty
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / prometheus-cpp / 3rdparty / civetweb / src / third_party / duktape-1.5.2 / Makefile.jxpretty
1 #
2 # Example Makefile for building the jxpretty example
3 #
4
5 jxpretty:
6 gcc -o $@ -std=c99 -Wall -Wextra -O2 -Isrc \
7 src/duktape.c examples/jxpretty/jxpretty.c \
8 -lm