Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rules « debian - github.com/marian-nmt/nccl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 23b90a9e01531651d64047a59f7999b421cfd1e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --parallel

override_dh_auto_install:
	PREFIX=debian/tmp dh_auto_install

override_dh_auto_test:
	# Do not make test

override_dh_auto_clean:
	# Do not make clean