mach

A work-in-progress implementation of make(1)

git clone https://git.8pit.net/mach.git

1#include <stdio.h>
2#include "myheader.h"
3
4int
5main(void) {
6	printf("result: %d\n", myfunc(2));
7	return 0;
8}