all repos — ryudo @ 496da4fe6e8652064de54cfda6282a795427bbe6

the floatiling window manager that flows; fork of rio from plan9port

build.sh (raw)

1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

if [ ! -e config.h ]; then
  cp config.def.h config.h
fi

clang-format -i ./*.c ./*.h ./*/*.c ./*/*.h

mk clean
mk o.rio

mv o.rio ryudo