File: rules

package info (click to toggle)
rust-criterion 0.3.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,396 kB
  • sloc: perl: 258; python: 170; sh: 53; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download | duplicates (29)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# use local fork of debcargo and dh-cargo
PATH := $(CURDIR)/debian/dh-cargo/bin:$(PATH)
PERL5LIB = $(CURDIR)/debian/dh-cargo/lib
export PATH PERL5LIB

%:
	dh $@ --buildsystem cargo