home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / misc / cookie.lha / makefile < prev    next >
Makefile  |  1991-01-14  |  149b  |  10 lines

  1. # makefile for karl's PD fortune cookie program
  2.  
  3. all:    cookie cookhash
  4.  
  5. cookie:    cookie.h
  6.     cc -o cookie cookie.c
  7.  
  8. cookhash:
  9.     cc -o cookhash cookhash.c
  10.