File: node.mk

package info (click to toggle)
openmsx 0.8.2-2.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 15,796 kB
  • sloc: cpp: 124,615; xml: 22,614; tcl: 7,336; python: 3,789; asm: 1,154; sh: 69; makefile: 25
file content (13 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: node.mk 8414 2008-12-22 19:07:57Z m9710797 $

include build/node-start.mk

DIST:= \
	README \
	README.cbios cbios \
	README.openmsx-control \
	openmsx-control-stdio.cc openmsx-control-socket.cc \
	basictorom.tcl

include build/node-end.mk