File: rules

package info (click to toggle)
freecdb 0.78
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 728 kB
  • sloc: ansic: 1,733; sh: 360; makefile: 25
file content (7 lines) | stat: -rwxr-xr-x 98 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- CFLAGS="$(CFLAGS) -Wall"