]> git.proxmox.com Git - ceph.git/blob - ceph/src/civetweb/src/third_party/duktape-1.3.0/Makefile.jxpretty
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / civetweb / src / third_party / duktape-1.3.0 / 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