File: rules

package info (click to toggle)
emacs-lsp-ui 9.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,088 kB
  • sloc: lisp: 3,066; makefile: 34
file content (10 lines) | stat: -rwxr-xr-x 156 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 building using eask

override_dh_auto_clean:
	@echo Skip cleaning using eask