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

all: 
	(cd gen;make)
	(cd net;make)

# Clean up the junk
clean:
	(cd gen;make clean)
	(cd net;make clean)