File: rules

package info (click to toggle)
golang-mvdan-gofumpt 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 352 kB
  • sloc: makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 180 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/make -f

%:
	dh $@ --builddirectory=_build --buildsystem=golang

execute_after_dh_auto_configure:
	$(RM) -r $(addprefix _build/src/mvdan.cc/gofumpt/,*.go internal/diff)