aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: d3589336769b9f16971113360bb43c3e32afd6f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
fmt:
	go fmt github.com/gemrest/capybara...

run: fmt
	go run github.com/gemrest/capybara

build: fmt
	go build

docker: fmt
	docker build -t fuwn/capybara:latest .