mach

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

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

1SOURCES = scanner.c parser.c turing.c token.c queue.c util.c
2OBJECTS = $(SOURCES:.c=.o)
3
4all:
5	@echo $(OBJECTS)