[go: up one dir, main page]

File: Makefile.jxpretty

package info (click to toggle)
duktape 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 20,496 kB
  • sloc: ansic: 203,676; python: 5,856; makefile: 476; cpp: 205
file content (10 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#
#  Example Makefile for building the jxpretty example
#

CC = gcc

jxpretty:
	$(CC) -o $@ -std=c99 -Wall -Wextra -O2 -Isrc \
		src/duktape.c examples/jxpretty/jxpretty.c \
		-lm