all:
	go build .

clean:
	rm -f find_focused_window
