all repos — acme @ fe2024f43eb460cf9d0f9a1129269ba1ca3e1235

fork of the acme editor from plan9port - keybinds, tweaks, config.h, etc

build.sh (raw)

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

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

mk clean
mk

mv o.acme acme