File: Makefile

package info (click to toggle)
golang-github-go-sourcemap-sourcemap 2.1.3%2Bgit20201028.eed1c20-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 7
file content (4 lines) | stat: -rw-r--r-- 56 bytes parent folder | download | duplicates (5)
1
2
3
4
all:
	go test ./...
	go test ./... -short -race
	go vet