File: rules

package info (click to toggle)
yorick-cubeview 2.2-2.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 348 kB
  • sloc: makefile: 61; sh: 7
file content (14 lines) | stat: -rwxr-xr-x 216 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	echo "Testing requires interactivity"

override_dh_auto_install-indep:
	dh_installyorick --no-make-install

override_dh_auto_clean:
	./configure
	make distclean