home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume18 / pwdiff / Makefile next >
Encoding:
Makefile  |  1989-03-26  |  139 b   |  8 lines

  1. all:        pwdiff pwdiff.8
  2.  
  3. install:    all
  4.     @echo Installing according to local convention
  5.  
  6. pwdiff:        pwdiff.c
  7.     $(CC) -o pwdiff $(CFLAGS) pwdiff.c
  8.