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

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

build: fmt
	go build

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