File: node.mk

package info (click to toggle)
openmsx-debugger 0.1~git20160326-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,036 kB
  • ctags: 1,708
  • sloc: cpp: 11,862; python: 518; sh: 45; makefile: 13
file content (12 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id$

include build/node-start.mk

DIST:= \
	main.mk version.mk \
	node-end.mk node-start.mk \
	detectsys.py \
	install-recursive.sh \
	package-darwin

include build/node-end.mk