A work-in-progress implementation of make(1)
git clone https://git.8pit.net/mach.git
https://git.8pit.net/mach.git
1#include "myheader.h" 2 3int 4myfunc(int x) 5{ 6 return x * 2; 7}
1#include "myheader.h"
2
3int
4myfunc(int x)
5{
6 return x * 2;
7}