Newer
Older
ubix2 / src / lib / libc / i386 / Makefile
@reddawg reddawg on 26 Oct 2006 331 bytes Includes
# $Id$
# The System Makefile (C) 2002 The UbixOS Project

all: 
	(cd gen;make)
	(cd net;make)
	(cd stdlib;make)
	(cd string;make)
	(cd sys;make)
	(cd syscalls;make)

# Clean up the junk
clean:
	(cd gen;make clean)
	(cd net;make clean)
	(cd stdlib;make clean)
	(cd string;make clean)
	(cd sys;make clean)
	(cd syscalls;make clean)