home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Examples
/
UNIX
/
LKSOutOfLineData
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-02-10
|
185 b
|
12 lines
#initial Makefile for this example. much packaging remains to be done.
all:
(cd KernelServer; make)
(cd User; make)
clean:
(cd KernelServer; make clean)
(cd User; make clean)