File: rules

package info (click to toggle)
golang-github-raitonoberu-lyricsapi 0.0~git20250321.2e8c45d-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 108 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f


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

# Don't include binary
override_dh_auto_build:
	DH_GOLANG_EXCLUDES="main.go api/"