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