File: rules

package info (click to toggle)
open-roms 0.0~git20250319.46ccd6f-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,476 kB
  • sloc: asm: 25,782; cpp: 3,426; ansic: 1,667; makefile: 749
file content (15 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

#export DH_VERBOSE=1

ROMS=build/basic_generic.rom build/kernal_generic.rom build/chargen_openroms.rom

%:
	dh $@

override_dh_auto_build:
	ln -sf /usr/bin/acme acme
	dh_auto_build -- TOOL_ASSEMBLER=./acme $(ROMS)

override_dh_auto_test:
	# skip tests as they need to run vice/x64