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