File: Makefile

package info (click to toggle)
golang-github-xrash-smetrics 0.0~git20201216.039620a-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,332 kB
  • sloc: makefile: 9
file content (8 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
.PHONY : test
test :
	go test -v

.PHONY : gdb
gdb :
	go test -c -s -N -l
	gdb ./tests.test