Newer
Older
ubix / src / sys / Makefile
@reddawg reddawg on 2 May 2002 134 bytes Cleaned up
# $Id$
# Kernel Makefile (C) 2002 The UbixOS Project

all: boot-strap

boot-strap: boot
	(cd boot;make)
	
clean:
	(cd boot;make clean)