blob: 199247ee57e7a81d691aac5829790e65f762ad5c [file] [log] [blame]
#
# Example Makefile for building the jxpretty example
#
jxpretty:
gcc -o $@ -std=c99 -Wall -Wextra -O2 -Isrc \
src/duktape.c examples/jxpretty/jxpretty.c \
-lm