File: rules

package info (click to toggle)
tillitis-tkey-libs 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: ansic: 2,936; makefile: 89; sh: 72; asm: 46
file content (12 lines) | stat: -rwxr-xr-x 207 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	make CC="clang-19" AR="llvm-ar-19"

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	make CLANG_TIDY="clang-tidy-19" check
endif