File: node.mk

package info (click to toggle)
openmsx-debugger 0.0.0.svn20071203-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 824 kB
  • ctags: 887
  • sloc: cpp: 6,097; sh: 1,224; makefile: 44
file content (12 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id: node.mk 123 2006-08-06 00:16:54Z mthuurne $

include build/node-start.mk

SUBDIRS:= \
	src build resources

DIST:= \
	ChangeLog AUTHORS GPL README GNUmakefile

include build/node-end.mk