# Makefile for Dinit. all: $(MAKE) -C src all install: $(MAKE) -C src install clean: $(MAKE) -C src clean