# $Id$ # The System Makefile (C) 2002 The UbixOS Project all: (cd gen;make) (cd net;make) (cd stdlib;make) # Clean up the junk clean: (cd gen;make clean) (cd net;make clean) (cd stdlib;make clean)