Codebase list duktape / upstream/2.1.1 Makefile.eval
upstream/2.1.1

Tree @upstream/2.1.1 (Download .tar.gz)

Makefile.eval @upstream/2.1.1raw · history · blame

1
2
3
4
5
6
7
#
#  Example Makefile for building the eval example
#

eval:
	gcc -o $@ -std=c99 -O2 -Wall -Wextra -Isrc/ \
		src/duktape.c examples/eval/eval.c -lm