File: rules

package info (click to toggle)
golang-github-arduino-pluggable-monitor-protocol-handler 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 292 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

# We want exclude the dummy-monitor and include it as an example instead.
export DH_GOLANG_EXCLUDES := dummy-monitor
export DH_GOLANG_EXCLUDES_ALL := 1

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