File: rules

package info (click to toggle)
clojure-mode 5.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 25,228 kB
  • sloc: lisp: 6,718; makefile: 17
file content (10 lines) | stat: -rwxr-xr-x 177 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 build which uses eldev

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