File: rules

package info (click to toggle)
interface99 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: ansic: 951; sh: 48; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 166 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

override_dh_installdocs:
	dh_installdocs -X.gitignore

execute_after_dh_auto_test:
	cmake -S tests -B testsbuild && make -C testsbuild