home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Developer Connection…ice Driver Kit for OS/2 3
/
DEV3-D1.ISO
/
source
/
devnews
/
vol2
/
sample2
/
makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-10-25
|
124 bÂ
|
11 lines
all: sparse.exe worker.exe
sparse.exe: sparse.c
icc /ss sparse.c
worker.exe: worker.c
icc /ss worker.c