home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-09-02 | 267 b | 19 lines |
- OPT = -O
-
- term : term.o termmenu.o termxfr.o termfile.o
- blink WITH term.lnk
-
- term.o : term.c
- lc $(OPT) term
-
- termmenu.o : termmenu.c term.h
- lc termmenu
-
- termxfr.o : termxfr.c term.h
- lc $(OPT) termxfr
-
- termfile.o : termfile.c term.h
- lc $(OPT) termfile.c
-
-
-