File: rules

package info (click to toggle)
elpa-rust-mode 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: lisp: 4,953; makefile: 38; sh: 8
file content (10 lines) | stat: -rwxr-xr-x 188 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh "$@" --with elpa

override_dh_auto_build:
	@echo Skip upstream Makefile which relies on eask.

override_dh_auto_clean:
	find . -name "*.elc" -exec rm -f "{}" \;