home *** CD-ROM | disk | FTP | other *** search
Makefile | 1986-11-21 | 421 b | 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
-
-