File: rules

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

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

execute_after_dh_auto_test:
	find obj-* -name dump.rdb -delete