all repos — ryudo @ de0bc0397ac6302cb4e11c53097c77abcfb30eb5

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
13
14
#!/bin/sh

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

if which clang-format > /dev/null; then
  clang-format -i ./*.c ./*.h ./*/*.c ./*/*.h
fi

mk clean
mk o.rio

mv o.rio ryudo