File: rules

package info (click to toggle)
z80asm 1.8-1.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 324 kB
  • sloc: ansic: 4,440; asm: 299; makefile: 46
file content (11 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- CFLAGS="$(shell dpkg-buildflags --get CFLAGS)"

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	$(MAKE) -C tests
endif