metha-migrate-041: main.go
	CGO_ENABLED=0 go build -o metha-migrate-041 main.go

.PHONY: clean
clean:
	rm -f metha-migrate-041
