File: rules

package info (click to toggle)
golang-forgejo-forgejo-levelqueue 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

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

execute_after_dh_auto_test:
	find _build -type f \( -name LOG -or -name '*.log' -or -name CURRENT -or -name LOCK -or -name MANIFEST-000000 \) -delete