polardbxengine/extra/duktape/duktape-2.3.0/Makefile.eval

10 lines
161 B
Makefile

#
# Example Makefile for building the eval example
#
CC = gcc
eval:
$(CC) -o $@ -std=c99 -O2 -Wall -Wextra -Isrc/ \
src/duktape.c examples/eval/eval.c -lm