# $Id$
# The System Makefile (C) 2002 The UbixOS Project

all: init-bin

init-bin: init 
	(cd init;make)

clean:
	(cd init;make clean)
