File: rules

package info (click to toggle)
open-roms 0.0~git20210824.e4e324c-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,184 kB
  • sloc: asm: 25,386; cpp: 3,333; ansic: 1,667; makefile: 709
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