home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume17 / cscript / Makefile < prev   
Makefile  |  1989-02-08  |  146b  |  11 lines

  1. #
  2. # Makefile for cscript
  3. #
  4. all: cscript
  5.  
  6. cscript:    cscript.c
  7.     $(CC) -o cscript $(CFLAGS) cscript.c
  8.  
  9. man: cscript.1
  10.     nroff -man cscript.1 |col >man
  11.