File: Makefile

package info (click to toggle)
golang-github-gucumber-gucumber 0.0~git20180127.7d5c79e-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: makefile: 10
file content (11 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
default: test

deps:
	go get ./...

build: deps
	go install ./cmd/gucumber

test: build
	go test ./...
	gucumber