File: rules

package info (click to toggle)
coq-ext-lib 0.11.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 776 kB
  • sloc: makefile: 42; python: 31; sh: 4; lisp: 3
file content (13 lines) | stat: -rwxr-xr-x 178 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --with coq

override_dh_auto_clean:
	# not good

override_dh_auto_make:
	make

override_dh_auto_install:
	make install DESTDIR=$(CURDIR)/debian/tmp