Newer
Older
ubix / src / bin / Makefile
@reddawg reddawg on 28 May 2002 135 bytes Its Been lots of work
# $Id$
# The System Makefile (C) 2002 The UbixOS Project

all: init-bin

init-bin: init 
	(cd init;make)

clean:
	(cd init;make clean)