home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8708 / 7 / Makefile < prev    next >
Encoding:
Makefile  |  1990-07-13  |  315 b   |  23 lines

  1. #
  2. # makefile for uucost.
  3. #
  4. #
  5. all: form_cost scan_cost
  6.  
  7. shar:
  8.     shar Makefile form_cost.c scan_cost.c costs README \
  9.     uucost uucost.da uucost.mo >uucost.shar
  10.  
  11. install:
  12.     chmod u+x uucost uucost.da uucost.mo
  13.     chown uucp *
  14.     >cost.log
  15.  
  16. lint:
  17.     lint scan_cost.c
  18.     lint form_cost.c
  19.  
  20. clean:
  21.     >cost.log
  22.     rm scan_cost form_cost
  23.