File: node.mk

package info (click to toggle)
openmsx-debugger 0.1~git20230804-1.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,480 kB
  • sloc: cpp: 15,734; python: 624; sh: 45; makefile: 20
file content (6 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
include build/node-start.mk

SUBDIRS:= \
	src

include build/node-end.mk