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