all: build

build: statusline.go
	go build statusline.go

run:
	go run statusline.go

install:
	go build -o ~/bin/statusline statusline.go