home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
164.lha
/
ARexx
/
WB_ARexx_v1.1
/
makefile
< prev
next >
Wrap
Makefile
|
1988-04-28
|
421b
|
19 lines
WBRexx : main.o wbrexx.o message.o areq.o pathname.o
ln -w -o WBRexx main.o wbrexx.o message.o areq.o pathname.o -lc
main.o : main.c
cc main.c
AReq.o : AReq.c
cc AReq.c
WBRexx.o : WBRexx.c
cc WBRexx.c
message.o : message.c
cc message.c
pathname.o : pathname.c
cc pathname.c