]> git.proxmox.com Git - ceph.git/blob - ceph/src/civetweb/src/third_party/duktape-1.5.2/Makefile.sandbox
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / civetweb / src / third_party / duktape-1.5.2 / Makefile.sandbox
1 #
2 # Example Makefile for building the sandbox example
3 #
4
5 sandbox:
6 gcc -o $@ -std=c99 -O2 -Wall -Wextra -Isrc/ \
7 src/duktape.c examples/sandbox/sandbox.c -lm