build:
	mkdir -p bin
	go build -o bin/buchdesmonats cmd/buchdesmonats/main.go

run:
	go run cmd/buchdesmonats/main.go