Files
domo/3P/civetweb/src/third_party/duktape-1.3.0/Makefile.jxpretty
T
2016-02-27 00:07:26 +01:00

9 lines
168 B
Makefile

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