File: rules

package info (click to toggle)
golang-github-johanneskaufmann-html-to-markdown 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,084 kB
  • sloc: makefile: 3
file content (7 lines) | stat: -rwxr-xr-x 176 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/make -f

# Don't build any of the example binaries
export DH_GOLANG_EXCLUDES := cli/ examples/

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