File: rules

package info (click to toggle)
rust-remove-dir-all 0.8.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 208 kB
  • sloc: makefile: 7
file content (9 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_auto_clean:
	# remove the sources that build the binary
	# they are included in the default build target
	rm -fr $(CURDIR)/src/bin
	dh_auto_clean -O--buildsystem=cargo