File: rules

package info (click to toggle)
golang-github-wenerme-astgo 0.0~git20230926.1b5bc38-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 612 kB
  • sloc: makefile: 16
file content (7 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := $(shell \
  find pkg/tools/xmlgen/template -type f -name '*.tmpl')

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