aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 5202e8692155d870125d62aff6e08b60c25485da (plain)
1
2
3
4
5
6
7
8
test:
	@cd golings && go test -coverprofile=coverage.out -v $$(go list ./... | grep -v fixtures/error1)

watch:
	@go run golings/golings.go watch

run:
	@go run golings/golings.go run