home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-07-13 | 315 b | 23 lines |
- #
- # makefile for uucost.
- #
- #
- all: form_cost scan_cost
-
- shar:
- shar Makefile form_cost.c scan_cost.c costs README \
- uucost uucost.da uucost.mo >uucost.shar
-
- install:
- chmod u+x uucost uucost.da uucost.mo
- chown uucp *
- >cost.log
-
- lint:
- lint scan_cost.c
- lint form_cost.c
-
- clean:
- >cost.log
- rm scan_cost form_cost
-