shake

minimal build system that generates Ninja build files

git clone https://9o.is/git/shake.git

main.c

(65B)


      1 void hello(void);
      2 
      3 int main(void) {
      4     hello();
      5     return 0;
      6 }