File: rules

package info (click to toggle)
mccs 1%3A1.1-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 728 kB
  • sloc: ansic: 6,051; yacc: 652; makefile: 149; lex: 129; sh: 26
file content (10 lines) | stat: -rwxr-xr-x 159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND += -std=gnu++14 -g

%:
	dh $@ --no-parallel

override_dh_auto_configure:
	mkdir -p objs
	dh_auto_configure