all repos — ryudo @ ec51fdf5c9adf3b75986fe61ef35d221c34d8679

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