File: rules

package info (click to toggle)
kmerresistance 2.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: ansic: 422; makefile: 28; sh: 23
file content (13 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# DH_VERBOSE := 1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

-include /usr/share/dpkg/buildtools.mk

%:
	dh $@

#override_dh_auto_build:
#	$(CC) $(CFLAGS) -o kmerresistance KmerResistance.c -lm $(LDFLAGS)