mirror of
https://codeberg.org/scip/swayipc.git
synced 2026-08-25 07:14:18 +02:00
6 lines
52 B
Makefile
6 lines
52 B
Makefile
|
|
all:
|
||
|
|
go build .
|
||
|
|
|
||
|
|
clean:
|
||
|
|
rm -f find_focused_window
|