File: Makefile

package info (click to toggle)
golang-github-openprinting-goipp 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 284 kB
  • sloc: makefile: 7
file content (6 lines) | stat: -rw-r--r-- 52 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
all:
	-gotags -R . > tags
	go build

test:
	go test