home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 1 / FishNMoreVol1.bin / more / fun&games / cards / thirteens / makefile < prev    next >
Makefile  |  1990-09-10  |  267b  |  10 lines

  1.  
  2. Thirteens: Thirteens.o :Cards/CardImages.o
  3.          ln  Thirteens.o :Cards/CardImages.o -G -lc +Cd
  4.  
  5. Thirteens.o: Thirteens.c :Cards/CardImages.h
  6.            cc Thirteens.c -n
  7.  
  8. CardImages.o: :Cards/CardImages.c :Cards/CardImages.h
  9.               cc :Cards/CardImages.c
  10.